mwiebusch78

Results 3 comments of mwiebusch78

I think you have misunderstood the issue. Jupyter notebooks will use whatever python environment was active when the `jupyter lab` command was executed and that's fine. However, Jupyter also has...

I stumbled on Polars when looking for an alternative for dask.dataframe. Although, according to this thread, it's not quite what I was looking for I'm massively impressed by the performance...

FYI, I have created a small helper package in Python which uses polars to handle partitioned data. It handles the (re)partitioning of the data and lets you slice and join...