-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Banklist.html was removed, failure on master #38988
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
apparently this was just moved to a new URI. |
The URL I posted above is the new one, but the html file is no longer there. It is now stored as a csv file |
Origin: loosely based on upstream commit 68db2d26ddb5f95de4254d61b850d3dcaf6ce717 Author: patrick "phofl", Rebecca N. Palmer <[email protected]> Bug: pandas-dev/pandas#38988 Bug-Debian: https://bugs.debian.org/979621 Forwarded: no Gbp-Pq: Name 979621_dead_url.patch
The current documentation here is a little confusing as of present: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#reading-html-content
I suspect this should either:
As a sidenote, I use this section for teaching regularly and reading from a url like https://raw.githubusercontent.com/pandas-dev/pandas/master/pandas/tests/io/data/html/banklist.html is "less real" for students, it looks like (and literally is) test data. The previous example was great because it referenced a real website, people can go to https://www.fdic.gov/resources/resolutions/bank-failures/failed-bank-list/ and see an HTML table in one place, and then the same data in a pandas DataFrame. People love this the first time they do it. It'd be nice to reference https://www.fdic.gov/resources/resolutions/bank-failures/failed-bank-list/ or otherwise something like https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population for this part of the docs. |
Could you provide a PR for this? |
Origin: loosely based on upstream commit 68db2d26ddb5f95de4254d61b850d3dcaf6ce717 Author: patrick "phofl", Rebecca N. Palmer <[email protected]> Bug: pandas-dev/pandas#38988 Bug-Debian: https://bugs.debian.org/979621 Forwarded: no Gbp-Pq: Name 979621_dead_url.patch
Origin: loosely based on upstream commit 68db2d26ddb5f95de4254d61b850d3dcaf6ce717 Author: patrick "phofl", Rebecca N. Palmer <[email protected]> Bug: pandas-dev/pandas#38988 Bug-Debian: https://bugs.debian.org/979621 Forwarded: no Gbp-Pq: Name 979621_dead_url.patch
Origin: loosely based on upstream commit 68db2d26ddb5f95de4254d61b850d3dcaf6ce717 Author: patrick "phofl", Rebecca N. Palmer <[email protected]> Bug: pandas-dev/pandas#38988 Bug-Debian: https://bugs.debian.org/979621 Forwarded: no Gbp-Pq: Name 979621_dead_url.patch
Origin: loosely based on upstream commit 68db2d26ddb5f95de4254d61b850d3dcaf6ce717 Author: patrick "phofl", Rebecca N. Palmer <[email protected]> Bug: pandas-dev/pandas#38988 Bug-Debian: https://bugs.debian.org/979621 Forwarded: no Gbp-Pq: Name 979621_dead_url.patch
Origin: loosely based on upstream commit 68db2d26ddb5f95de4254d61b850d3dcaf6ce717 Author: patrick "phofl", Rebecca N. Palmer <[email protected]> Bug: pandas-dev/pandas#38988 Bug-Debian: https://bugs.debian.org/979621 Forwarded: no Gbp-Pq: Name 979621_dead_url.patch
Origin: loosely based on upstream commit 68db2d26ddb5f95de4254d61b850d3dcaf6ce717 Author: patrick "phofl", Rebecca N. Palmer <[email protected]> Bug: pandas-dev/pandas#38988 Bug-Debian: https://bugs.debian.org/979621 Forwarded: no Gbp-Pq: Name 979621_dead_url.patch
Origin: loosely based on upstream commit 68db2d26ddb5f95de4254d61b850d3dcaf6ce717 Author: patrick "phofl", Rebecca N. Palmer <[email protected]> Bug: pandas-dev/pandas#38988 Bug-Debian: https://bugs.debian.org/979621 Forwarded: no Gbp-Pq: Name 979621_dead_url.patch
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
The banklist.html file was removed from "https://www.fdic.gov/resources/resolutions/bank-failures/failed-bank-list/
#38987 marked the tests as xfail and removed the userguide entry.
Expected
Replace the xfail tests with a new html file url and adjust the userguide appropriately.
The text was updated successfully, but these errors were encountered: