michaelgrund / GMT-plotting

Collection of GMT (Generic Mapping Tools) scripts, jupyter notebooks (using PyGMT) and files (including digitized map content, colormaps, grid files etc.)
103 stars 27 forks source link

Replace deprecated `delim_whitespace=True` by `sep="\s+"` (pandas) #19

Closed yvonnefroehlich closed 8 months ago

yvonnefroehlich commented 9 months ago

Warning by pandas:

FutureWarning: The 'delim_whitespace' keyword in pd.read_table is deprecated
and will be removed in a future version. Use ``sep='\s+'`` instead

Affected Jupyter notebooks: Please note that in the raw notebook display this looks like sep=\"\\s+\"

gitnotebook: https://gitnotebooks.com/michaelgrund/GMT-plotting/pull/19