You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The problem is the head function of dask requires npartitions, and even setting to -1, if a df has 5 records and I want to print 10 rows, I still get the warning which is not nice. So we should revert to itertuples approach.
Environment (please complete the following information):
Backend: pandas/dask/ray? dask 2021.4.1
Backend version:
Python version: 3.7
OS: linux/windows
The text was updated successfully, but these errors were encountered:
Minimal Code To Reproduce
Describe the bug
The problem is the
head
function of dask requires npartitions, and even setting to -1, if a df has 5 records and I want to print 10 rows, I still get the warning which is not nice. So we should revert to itertuples approach.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: