-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: Clean csv files in test data GH34427 #34458
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
Conversation
Thanks for the PR. Is it possible to do this the other way around? i.e. delete what's in tests/data and update the tests to make sure they point to tests/io/data/csv ? |
yeah agree here, let's remove the test/data ones |
@najann yes we'd like to fix this in tests / docs. |
@jreback there is also a |
I think OK to leave the doc ones alone for now |
Actually made the above comment without realizing you already have to change some of the rst files; didn't realize they peered into the test folders like that So I'm indifferent on that for now. I think this is good as is but can either fix all of the docs here or as a follow up. I think test failure is unrelated; over to @jreback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm merge on green
Re-running the failing travis job: https://travis-ci.org/github/pandas-dev/pandas/builds/692962783 |
Travis looks ok just hasn't updated status here |
Thanks @najann very nice clean up and first PR |
@meeseeksdev backport to 1.0.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
… test data GH34427)
… GH34427) (#34664) Co-authored-by: Natalie Jann <[email protected]>
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
I deleted the
iris.csv
andtips.csv
files which are unused duplicates (i.e. those inpandas/tests/io/data/csv
).