-
-
Notifications
You must be signed in to change notification settings - Fork 224
docs: Fix typos and spacing issues in Dask bag documentation #242
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
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
jacobtomlinson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good thanks
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