Closed jorisvandenbossche closed 1 month ago
To clarify: this is only for a range in the index, not real column values?
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