Skip to content

Commit 86ed884

Browse files
Update dataretrieval/waterdata/utils.py
Co-authored-by: Elise Hinman <121896266+ehinman@users.noreply.github.com>
1 parent caa9626 commit 86ed884

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
@@ -684,7 +684,7 @@ def _type_cols(df: pd.DataFrame) -> pd.DataFrame:
684684
685685
"""
686686
cols = set(df.columns)
687-
numerical_cols = ["value", "contributing_drainage_area"]
687+
numerical_cols = ["value", "contributing_drainage_area", "drainage_area", "altitude", "altitude_accuracy", "well_constructed_depth", "hole_constructed_depth"]
688688
time_cols = ["time", "datetime", "last_modified"]
689689
categorical_cols = [
690690
"approval_status",

0 commit comments

Comments
 (0)