-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
<Easy to fix. On https://dask-sql.readthedocs.io/en/latest/ in the Example code the last line is
# ...or use it for another computation
result.sum.mean().compute()
this throws an error because 'sum' was accidentally left in.
the code should be:
# ...or use it for another computation
result.mean().compute()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers