Skip to content

Commit

Permalink
Remove in csv format in docstring for from_dataframe (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Jan 10, 2025
1 parent 95df3bd commit a64e163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lsdb/loaders/dataframe/dataframe_catalog_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _create_catalog_info(
)

def load_catalog(self) -> Catalog:
"""Load a catalog from a Pandas Dataframe, in CSV format
"""Load a catalog from a Pandas Dataframe
Returns:
Catalog object with data from the source given at loader initialization
Expand Down
2 changes: 1 addition & 1 deletion src/lsdb/loaders/dataframe/from_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def from_dataframe(
schema: pa.Schema | None = None,
**kwargs,
) -> Catalog:
"""Load a catalog from a Pandas Dataframe in CSV format.
"""Load a catalog from a Pandas Dataframe.
Note that this is only suitable for small datasets (< 1million rows and
< 1GB dataframe in-memory). If you need to deal with large datasets, consider
Expand Down

0 comments on commit a64e163

Please sign in to comment.