@@ -165,8 +165,7 @@ def get_daily(
165165 if your internet connection is spotty. The default (NA) will set the
166166 limit to the maximum allowable limit for the service.
167167 convert_type : boolean, optional
168- If True, the function will convert the data to dates and qualifier to
169- string vector
168+ If True, converts columns to appropriate types.
170169
171170 Returns
172171 -------
@@ -475,6 +474,8 @@ def get_monitoring_locations(
475474 The returning object will be a data frame with no spatial information.
476475 Note that the USGS Water Data APIs use camelCase "skipGeometry" in
477476 CQL2 queries.
477+ convert_type : boolean, optional
478+ If True, converts columns to appropriate types.
478479
479480 Returns
480481 -------
@@ -666,8 +667,7 @@ def get_time_series_metadata(
666667 if your internet connection is spotty. The default (None) will set the
667668 limit to the maximum allowable limit for the service.
668669 convert_type : boolean, optional
669- If True, the function will convert the data to dates and qualifier to
670- string vector
670+ If True, converts columns to appropriate types.
671671
672672 Returns
673673 -------
@@ -842,8 +842,7 @@ def get_latest_continuous(
842842 if your internet connection is spotty. The default (None) will set the
843843 limit to the maximum allowable limit for the service.
844844 convert_type : boolean, optional
845- If True, the function will convert the data to dates and qualifier to
846- string vector
845+ If True, converts columns to appropriate types.
847846
848847 Returns
849848 -------
@@ -1017,8 +1016,7 @@ def get_latest_daily(
10171016 if your internet connection is spotty. The default (None) will set the
10181017 limit to the maximum allowable limit for the service.
10191018 convert_type : boolean, optional
1020- If True, the function will convert the data to dates and qualifier to
1021- string vector
1019+ If True, converts columns to appropriate types.
10221020
10231021 Returns
10241022 -------
@@ -1183,8 +1181,7 @@ def get_field_measurements(
11831181 if your internet connection is spotty. The default (None) will set the
11841182 limit to the maximum allowable limit for the service.
11851183 convert_type : boolean, optional
1186- If True, the function will convert the data to dates and qualifier to
1187- string vector
1184+ If True, converts columns to appropriate types.
11881185
11891186 Returns
11901187 -------
0 commit comments