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 am having trouble reading a parquet file using this library, that is generated from using pyarrow and pandas in python. Any help would be appreciated.
Hello, I have encountered the same issue. I am currently using version 1.5.3. Upgrading to the latest version can solve the problem, but it introduces some dependency conflicts in my service. Is it possible to support the new compressor in older versions of parquet-go? Alternatively, would it be feasible to consider opening up compressor customization so that users can flexibly implement their own compressors?
I am having trouble reading a parquet file using this library, that is generated from using
pyarrow
andpandas
in python. Any help would be appreciated.example.zip
With the provided example file (the file in the zip), the following code produces an empty string:
Below is the metadata printed when using
pqrs schema --detailed
on the file:The text was updated successfully, but these errors were encountered: