Skip to content

add repro case? #533

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

Closed
wants to merge 1 commit into from
Closed

add repro case? #533

wants to merge 1 commit into from

Conversation

emfdavid
Copy link
Contributor

I tried to add this as a repro case for the issue I see in #528 where I have to use engine='fastparquet' to successfully read a file with timedelta64 types... but I can't repro the issue.

        test_path = os.path.join(
            THIS_DIR, "grib_idx_fixtures", sample_prefix, "kerchunk_index.parquet"
        )
        expected = pd.read_parquet(test_path) #, engine="fastparquet")
>       pd.testing.assert_frame_equal(k_index, expected)
E       AssertionError: Attributes of DataFrame.iloc[:, 4] (column name="step") are different
E
E       Attribute "dtype" are different
E       [left]:  timedelta64[ns]
E       [right]: object

@emfdavid
Copy link
Contributor Author

I am going to close this - let me know if you want help to investigate further at some point.

@emfdavid emfdavid closed this Jan 20, 2025
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.

1 participant