KCollins / magplots

A python library to pull data and make plots from ground magnetometers. Emphasis on plots for comparing magnetometers at conjugate points.
MIT License
0 stars 1 forks source link

replace delim_whitespace with sep="\s+" #15

Closed aidanmontare-fed closed 2 months ago

aidanmontare-fed commented 2 months ago

delim_whitespace is deprecated in pandas 2.2.0 and was equivalent to sep="\s+" anyway