Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TST] Parse arrow_dtype as datetime index #60097

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

MCRE-BE
Copy link

@MCRE-BE MCRE-BE commented Oct 24, 2024

@MCRE-BE
Copy link
Author

MCRE-BE commented Oct 24, 2024

As feedback :

  • On my pandas version (not main as I don't have a C compiler), the returned dataframes have the following dtypes :
    • index : datetime64[ns]
    • int64[pyarrow]
      I would have expected the index to also be a pyarrow dtype, but unsure if I need to enforce that.

@MCRE-BE
Copy link
Author

MCRE-BE commented Oct 25, 2024

I checked some of the fails :

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Oct 30, 2024
Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Dec 14, 2024
@MCRE-BE
Copy link
Author

MCRE-BE commented Dec 14, 2024

Keep it open please 🫣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: pd.read_csv error when parse_dates used on index_col for dtype_backend="pyarrow"
2 participants