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

delim_whitespace deprication #177

Open
davewhipp opened this issue Oct 13, 2024 · 1 comment
Open

delim_whitespace deprication #177

davewhipp opened this issue Oct 13, 2024 · 1 comment

Comments

@davewhipp
Copy link
Contributor

delim_whitespace will be depricated in pandas, which causes warnings to be raised when reading data using pd.read_csv(). Instead, it is suggested to use sep='s+' instead. This has been updated in Chapter 4, but Chapter 3 should be checked.

@davewhipp
Copy link
Contributor Author

Note, the correct syntax to avoid issues is sep=r"\s+".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant