问题
I have a '.snappy.parquet' file and I wanted to view the content in this file, I know I can use pandas and PySpark.
This is beyond my knowledge, I'm not sure what to do, can someone help me please... I've been struggling for almost a day now.... Many thanks. (and if I can't fix this issue, do I have other options to convert this file to a readable file?)
回答1:
This issue has been solved by using the approach here: Can't install python-snappy wheel in Pycharm
回答2:
You need snappy library written in C installed. Try this:
sudo apt-get install libsnappy-dev
pip3 install python-snappy
来源:https://stackoverflow.com/questions/65107086/error-when-installing-python-snappy-in-pycharm