In pandas, there are lots of methods like head, tail, loc, iloc that can be used to see the data inside, but whenever I call one of these methods on dask, all I get is:
Dask DataFrame Structure:
Close
npartitions=1
bool
...
Dask Name: try_loc, 9 tasks
regardless of whether I call .compute() prior. How can I see data inside of a dask dataframe/series?
I am using Visual Studio Code 1.38.1, python 3.7, dask 2.13.0