Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: fix data.py regression #4281
Conversation
cpcloud
was assigned
Jul 18, 2013
|
@jreback look ok? |
|
this bug was actually caught by a doc build |
|
interesting...guess it could be worth it to add in doc builds to travis? |
|
Yep the docs function nicely as smoke tests. |
|
loook ok to me |
cpcloud
added a commit
that referenced
this pull request
Jul 18, 2013
|
|
cpcloud |
b7dfe9f
|
cpcloud
merged commit b7dfe9f
into pandas-dev:master
Jul 18, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cpcloud commentedJul 18, 2013
get_data_famafrench was not returning any data because of an incorrect slice
and read + splitlines != readlines for zipfiles