USGS-CMG / stglib

Routines used by the USGS Coastal/Marine Hazards & Resources Program to process oceanographic time-series data
Other
16 stars 13 forks source link

Update deprecated date_parser to date_format #193

Closed dnowacki-usgs closed 3 months ago

dnowacki-usgs commented 3 months ago

Pandas deprecated date_parser

dnowacki-usgs commented 3 months ago

To clarify, the date_parser argument to read_csv was deprecated in favor of date_format. This makes that change.