Achille M.

Results 7 comments of Achille M.

Yes I think this is very important as dataframes doesn't yet have an implementation as efficient in Julia as you'd find in R (via data.table or dplyr) or python via...

Hello, so here we go : - ``` > which python /.conda/envs/py35/bin/python > pip freeze cycler==0.10.0 decorator==4.0.11 ipykernel==4.5.2 ipython==5.3.0 ipython-genutils==0.1.0 jupyter-client==5.0.0 jupyter-core==4.3.0 matplotlib==2.0.0 nltk==3.2.2 numpy==1.12.0 pandas==0.19.2 patsy==0.4.1 pexpect==4.2.1 pickleshare==0.7.4 prompt-toolkit==1.0.9...

@MathMagique So, I tried a fresh rebuild from the latest master and while numpy headers were found, I noticed there was a similar issue with arrow. I didn't have too...

Hi @MathMagique, @xhochy thanks for putting in the effort to help us build the library. Cmake build now works as is with a conda environment on Fedora 24 :+1: ....

@MathMagique Installing from pip actually worked (though I think gcc 4.8.x was needed for me), but trying to import `connect` from turbodbc produced the following error : "GLIB_CXX3.4.20 not found"....

Hi aeroaevan, did you find a workaround for this ?

FWIW I've had success using polars to read large parquet containing columns of lists of float64s and converting them to pandas afterwards when `pd.read_parquet` caused an error.