-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: failing example in the read_csv docs #23954
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
Comments
Ah, looking better at the rendered version of the dev docs, it indeed seems to be IPython directive related. The multi-line |
@TomAugspurger this might be related to an earlier bug you reported to IPython? |
TomAugspurger
added a commit
to TomAugspurger/pandas
that referenced
this issue
Nov 29, 2018
similar, but different ipython/ipython#11517 |
TomAugspurger
added a commit
that referenced
this issue
Nov 29, 2018
Pingviinituutti
pushed a commit
to Pingviinituutti/pandas
that referenced
this issue
Feb 28, 2019
Pingviinituutti
pushed a commit
to Pingviinituutti/pandas
that referenced
this issue
Feb 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the travis build on master, we have the following traceback:
It's failing on this example:
Failing in the dev docs (second example in the warning box): http://pandas-docs.github.io/pandas-docs-travis/io.html#ignoring-line-comments-and-empty-lines
Working find in stable docs: http://pandas.pydata.org/pandas-docs/stable/io.html#ignoring-line-comments-and-empty-lines
Not directly sure why this is failing, it might also be something sphinx/ipython related, and not necessarily a regression in
read_csv
.cc @gfyoung
The text was updated successfully, but these errors were encountered: