Skip to content

Commit

Permalink
Update src/lsdb/catalog/catalog.py
Browse files Browse the repository at this point in the history
Co-authored-by: Melissa DeLucchi <[email protected]>
  • Loading branch information
OliviaLynn and delucchi-cmu authored Jan 27, 2025
1 parent 48ff75c commit ef61d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsdb/catalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def assign(self, **kwargs) -> Catalog:
catalog = Catalog(...)
catalog = catalog.assign(new_col=lambda df: df['existing_col'] * 2)
Add a column from a 1-D Dask array:
Add a column from a 1-D Dask array::
import dask.array as da
new_data = da.arange(...)
Expand Down

0 comments on commit ef61d01

Please sign in to comment.