In `pandas/tests/data` there are two files: ``` iris.csv tips.csv ``` Both of these files are also in `pandas/tests/io/data/csv`. Do they need to be in both places? If not, can they be removed from one of them?