jcrobak / parquet-python

python implementation of the parquet columnar file format.
Apache License 2.0
335 stars 256 forks source link

Parquet-Python in Conda? #72

Open Khris777 opened 4 years ago

Khris777 commented 4 years ago

Hi,

would you consider adding parquet-python to conda-forge?

Right now it seems to be the only tool out there that can read parquet data as a bytestream and doesn't require a file which is really helpful for reading parquet files from remote hdfs with the hdfs-package.

For me it's the best parquet reader and the only one that works error free, as I'm having troubles with fastparquet and dask. Having it on Conda would make it easier to install and probably interesting to a larger audience as there would be no need to additionally use pip.

timkpaine commented 2 years ago

https://github.com/conda-forge/staged-recipes/pull/18963

timkpaine commented 2 years ago

this is done https://github.com/conda-forge/parquet-python-feedstock will propagate to anaconda.org in a few hours @jcrobak feel free to close this issue.