Skip to content

Commit

Permalink
docs: Add message about importance of the index
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Dec 11, 2024
1 parent 524383b commit c3ea68b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ref/src/ref/datasets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ def load_catalog(
"""
Load the data catalog from the database
The index of the data catalog is the primary key of the dataset.
This should be maintained during any processing.
Returns
-------
:
Expand Down
3 changes: 3 additions & 0 deletions packages/ref/src/ref/datasets/cmip6.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ def load_catalog(
Iterating over different datasets within the data catalog can be done using a `groupby`
operation for the `instance_id` column.
The index of the data catalog is the primary key of the dataset.
This should be maintained during any processing.
Returns
-------
:
Expand Down

0 comments on commit c3ea68b

Please sign in to comment.