BioPandas/biopandas

[fyi] Dask for dataframes bigger than memory

floer32 opened this issue · 0 comments

Hey there @rasbt,

You may already know of it but just in case --

As machine learning and "data science" person, I fell in love with pandas DataFrames for handling just about everything that can be loaded into memory.

For things that don't fit into memory, check out Dask and Dask DataFrames.

https://dask.org
http://docs.dask.org/en/latest/dataframe.html
http://docs.dask.org/en/latest/why.html

I've had great experiences with it recently

I don't know anything about your field! I was looking around at some interesting things on Discover and topics :)

Cheers