
python - Reading an SQL query into a Dask DataFrame - Stack Overflow
May 24, 2022 · However, passing a meta attribute to read_sql_query and setting head_rows=0 is completely ok as long as there's an efficient way to retrieve/create while dask-sql might work for this …
python - Why does Dask perform so slower while multiprocessing …
Sep 6, 2019 · 36 dask delayed 10.288054704666138s my cpu has 6 physical cores Question Why does Dask perform so slower while multiprocessing perform so much faster? Am I using Dask the wrong …
python - Strategy for partitioning dask dataframes efficiently - Stack ...
Jun 20, 2017 · The documentation for Dask talks about repartioning to reduce overhead here. They however seem to indicate you need some knowledge of what your dataframe will look like …
What is the "right" way to close a Dask LocalCluster?
Nov 20, 2018 · 19 I am trying to use dask-distributed on my laptop using a LocalCluster, but I have still not found a way to let my application close without raising some warnings or triggering some strange …
python - How should I get the shape of a dask dataframe ... - Stack ...
May 15, 2018 · How should I get the shape of a dask dataframe? Asked 7 years, 8 months ago Modified 1 year, 8 months ago Viewed 26k times
python - Default pip installation of Dask gives "ImportError: No module ...
Find the dask package suitable for your python version from the release history page of the pypi dask page. Go back to colab and remove dask completely !pip uninstall dask
pandas - Down-sampling with Dask - Python - Stack Overflow
Dec 1, 2023 · It worked normally for Python 3.13, but I got a warning that says: Dask dataframe query planning is disabled because dask-expr is not installed. UPDATE: With dask-expr the problem is there.
python - How to see progress of Dask compute task? - Stack Overflow
I would like to see a progress bar on Jupyter notebook while I'm running a compute task using Dask, I'm counting all values of id column from a large csv file +4GB, so any ideas? import dask.datafr...
python - Efficiently read big csv file by parts using Dask - Stack Overflow
Mar 18, 2020 · 5 Now I'm reading big csv file using Dask and do some postprocessing on it (for example, do some math, then predict by some ML model and write results to Database). Avoiding …
python - dask: looping over groupby groups efficiently - Stack Overflow
Mar 25, 2025 · python dataframe group-by dask dask-dataframe asked Mar 25, 2025 at 16:37 tommy.carstensen 9,662 15 70 113