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

Change delim_whitespace to sep='\s+' #220

Closed dnowacki-usgs closed 2 months ago

dnowacki-usgs commented 2 months ago

delim_whitespace is deprecated, and Pandas suggests sep='\s+' as a replacement

dnowacki-usgs commented 2 months ago

But that raises a different warning about escaping