ParquetFile error not finding _metadata directory
See original GitHub issuesystem: centos 7.3, fastparquet 0.1.2, anaconda python 3.6.2
I created some parquet files using
fastparquet.write(filename,data,compression='SNAPPY')
and now when I try to read those same files with
pf=ParquetFile(filename)
I get the error:
NotADirectoryError: [Errno 20] Not a directory: 'filename/_metadata'
thoughts?
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (7 by maintainers)
Top Results From Across the Web
Folder not taken into account in a parquet dataset - Dremio
However, I'm currently suspecting that some parquet files having no rows are causing the issue. I get an error in the logs. Caused...
Read more >How to write Parquet metadata with pyarrow? - Stack Overflow
Pyarrow maps the file-wide metadata to a field in the table's schema named metadata. Regrettably there is not (yet) documentation on this.
Read more >dask.dataframe.read_parquet - Dask documentation
This reads a directory of Parquet data into a Dask.dataframe, ... By default will be inferred from the pandas parquet file metadata, if...
Read more >pyarrow.parquet.ParquetFile — Apache Arrow v10.0.1
Will be used in reads for pandas schema metadata if not found in the main file's metadata, no other uses at the moment....
Read more >Read Common Crawl Parquet Metadata with Python - Skeptric
In this article we download the Parquet metadata for all 25,000 WARC ... does not look like a Parquet file; magic %s' raise...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello, I have the same problem, but I didn’t understand your solution above. Can you elaborate? Thank you,my fastparquet version is 0.1.5