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

Regex error in 5th cell #1

Open
rebeccabilbro opened this issue Oct 17, 2015 · 1 comment
Open

Regex error in 5th cell #1

rebeccabilbro opened this issue Oct 17, 2015 · 1 comment

Comments

@rebeccabilbro
Copy link

The fifth cell of the .ipynb generates the following: "ParserWarning: Falling back to the 'python' engine because the 'c' engine does not support regex separators; you can avoid this warning by specifying engine='python'." However, specifying engine = 'python' in the previous cell does not resolve the problem.

I was able to fix it by replacing the '::' separators with ' \ '.

@rebeccabilbro
Copy link
Author

Update: Actually this makes the error go away but doesn't end up reading in the data & just results in an empty dataframe with the header row.

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