Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 9 commits into from
Feb 28, 2024

Conversation

yvonnefroehlich
Copy link
Contributor

@yvonnefroehlich yvonnefroehlich commented Feb 6, 2024

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+\"

  • 008_map_scan_tectonic
  • 009_paper_GR2020
    • Fig 1
    • Fig 2
    • Fig 4
    • Fig 14
    • Fig S10
    • Fig S17_raw
    • Fig S18

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

@yvonnefroehlich yvonnefroehlich changed the title WIP: Replace deprecated delim_whitespace=True by sep="\s+" (pandas) Replace deprecated delim_whitespace=True by sep="\s+" (pandas) Feb 6, 2024
@yvonnefroehlich yvonnefroehlich changed the title Replace deprecated delim_whitespace=True by sep="\s+" (pandas) WIP - DO NOT MERGE - Replace deprecated delim_whitespace=True by sep="\s+" (pandas) Feb 7, 2024
@yvonnefroehlich yvonnefroehlich changed the title WIP - DO NOT MERGE - Replace deprecated delim_whitespace=True by sep="\s+" (pandas) Replace deprecated delim_whitespace=True by sep="\s+" (pandas) Feb 7, 2024
@michaelgrund michaelgrund merged commit 8dfbf96 into michaelgrund:main Feb 28, 2024
@yvonnefroehlich yvonnefroehlich deleted the update-pandas-sep branch February 28, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants