Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling len(ddf) within the 01_datraframe.ipynb tutorial fails due to mismatched dtypes. #236

Open
mlessig opened this issue Aug 28, 2023 · 0 comments

Comments

@mlessig
Copy link

mlessig commented Aug 28, 2023

Describe the issue: Calling len(ddf) within the 01_datraframe.ipynb tutorial fails due to mismatched dtypes. CRSElapsedTime needs to be a float and TailNum needs to be a string.

Minimal Complete Verifiable Example:

Within the notebook, execute this cell:

# load and count number of rows
len(ddf)

Anything else we need to know?: This actually addressed a few cells down in the explanation of why calling .tail() fails. Perhaps the fix is as simple as moving the len() cells after the tail() cells.

Environment:

  • Dask version: 2023.8.1
  • Python version: 3.11.4
  • Operating System: Windows 11 Enterprise 22H2 (22621.2134)
  • Install method (conda, pip, source): Dependencies from pip. Notebook cloned from GitHub.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant