fastparquet: ParquetFile error not finding _metadata directory
system: 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?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (7 by maintainers)
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