Skip to content

Commit caa9626

Browse files
Update dataretrieval/waterdata/utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b29ed46 commit caa9626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataretrieval/waterdata/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def _type_cols(df: pd.DataFrame) -> pd.DataFrame:
680680
Returns
681681
-------
682682
pd.DataFrame
683-
The cleaned DataFrame with standardized columns.
683+
The DataFrame with columns cast to appropriate types.
684684
685685
"""
686686
cols = set(df.columns)

0 commit comments

Comments
 (0)