adamviola / parquet-explorer

Explore Parquet files with SQL
MIT License
19 stars 4 forks source link

Parquet file created from pandas cannot be read #20

Open kurt-rhee opened 2 months ago

kurt-rhee commented 2 months ago

Hello,

I have very little experience with parquet as a file format. I have created a file from pandas .to_parquet(), but cannot read it through parquet-explorer. I am able to read it through Python pandas and Rust polars so i believe that the parquet file is valid

image

NickCrews commented 1 month ago

If you could share the parquet, the code that produced it, or some dummy data that behaves the same, that would really really help. Thanks!

kurt-rhee commented 1 month ago

weather.zip

Hello, I have uploaded the parquet file as a zip