DOI-USGS / dataretrieval-python

Python package for retrieving water data from USGS or the multi-agency Water Quality Portal
https://doi-usgs.github.io/dataretrieval-python/
Other
165 stars 41 forks source link

warning in Python Equivalents to R Vignettes doc #88

Closed lstanish-usgs closed 1 year ago

lstanish-usgs commented 1 year ago

I'm seeing an odd warning on this documentation page, is this just on my end?

https://doi-usgs.github.io/dataretrieval-python/examples/rvignettes.html#Embedded-Metadata image

Thanks.

elbeejay commented 1 year ago

Warning is correct as shown, the requested data does not have complete datetime information for 189 of the entries so the user is informed of this and given a suggestion to turn off data frame indexing by datetime.

elbeejay commented 1 year ago

Closing unless there's something else to discuss here...