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 3 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 :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
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"
1 participant