docs: Fix typos and spacing issues in Dask bag documentation#242
docs: Fix typos and spacing issues in Dask bag documentation#242jacobtomlinson merged 4 commits intodask:mainfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
jacobtomlinson
left a comment
There was a problem hiding this comment.
This PR strikes me as AI generated given the way the text is written in the description, especially the checklist. This is fine, but please make sure you review the diff yourself before submitting as there are a couple of clear problems where cell outputs haven't been cleared.
sure. checklist - I provided gpt on what all i did and it formatted and gave in better phrase. |
This PR fixes several small documentation issues in bag.ipynb:
fixes
added missing word (“time”), ("footprint")
typo in lets -> let's
Added for more clarity-> For deeply nested data, consider flattening or using Bag first, then convert to DataFrame
user defined -> user-defined
These changes improve readability and consistency across the documentation.
No functional code has been modified.
Checklist
Updated documentation
No API changes
Notebook opens and renders as expected