You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, iris.csv is only needed in pandas/tests/data.
However, I'm not sure about tips.csv: It is definitely accessed in pandas/tests/data, too. There is no direct reference to the file in pandas/tests/io/data/csv but to the one in pandas/tests/io/parser/data. So, if that one contains parsed files from tests/io/datatips.csvis needed there.
In
pandas/tests/data
there are two files: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?
The text was updated successfully, but these errors were encountered: