We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a6c75 commit 879f217Copy full SHA for 879f217
pandas/io/tests/parser/data/salary.table
setup.py
@@ -599,6 +599,10 @@ def pxd(name):
599
'tests/data/*.xlsx',
600
'tests/data/*.xlsm',
601
'tests/data/*.table',
602
+ 'tests/parser/data/*.csv',
603
+ 'tests/parser/data/*.gz',
604
+ 'tests/parser/data/*.bz2',
605
+ 'tests/parser/data/*.txt',
606
'tests/sas/data/*.csv',
607
'tests/sas/data/*.xpt',
608
'tests/sas/data/*.sas7bdat',
0 commit comments