-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Data links in Pandas API Reference are broken 404 #33428
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
Thanks for the report, a pull request to fix it would be welcome. |
take |
The correct link is However doc string for |
The path in the current doc is incorrect, but not because it has the incorrect domain name. The second line of the |
take |
Upon further investigation, this has already been fixed in another PR 15 days ago: #33099 I did a search in the codebase for the exact match of |
Fixed in #33099 |
Location of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.plotting.parallel_coordinates.html
...probably many examples in other sections
Documentation problem
Results in 404 not found error
df = pd.read_csv('https://raw.github.com/pandas-dev/pandas/master'
'/pandas/tests/data/csv/iris.csv')
Suggested fix for documentation
The GitHub site should be "raw.githubusercontent.com"
The text was updated successfully, but these errors were encountered: