-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue/540/docs updates #542
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #542 +/- ##
=======================================
Coverage 97.34% 97.34%
=======================================
Files 43 43
Lines 1732 1732
=======================================
Hits 1686 1686
Misses 46 46 ☔ View full report in Codecov by Sentry. |
Click here to view all benchmarks. |
Co-authored-by: Melissa DeLucchi <[email protected]>
catalog = Catalog(...) | ||
catalog = catalog.assign(new_col=lambda df: df['existing_col'] * 2) | ||
Add a column from a 1-D Dask array: |
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.
Add a column from a 1-D Dask array: | |
Add a column from a 1-D Dask array:: |
Needed here as well.
Added examples to Catalog's assign docstring, to help users who are less familiar with Dask's assign
Minor spelling/formatting/grammar updates
for #540