You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it matters that it is a range (I just used date_range to create the test data), but indeed: the misread values only happen for a field set as the index, while the field read as a normal column has the correct values
Minimal Complete Verifiable Example:
Using pandas, but I assume the issue is on the fastparquet side:
This gives a result of:
while the original is:
Reading the file created by fastparquet with pyarrow gives the correct result, so it seems to be purely on the reading side.
Environment:
Latest fastparquet 2024.5.0 from conda-forge
The text was updated successfully, but these errors were encountered: