Skip to content

Commit b407586

Browse files
committed
move io
1 parent e13bfe3 commit b407586

File tree

290 files changed

+26
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+26
-26
lines changed

pandas/io/tests/data/S4_EDUC1.dta

-2.93 KB
Binary file not shown.
Binary file not shown.
-14.6 KB
Binary file not shown.
-233 KB
Binary file not shown.
-206 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

pandas/io/tests/data/stata10_115.dta

-2.24 KB
Binary file not shown.

pandas/io/tests/data/stata10_117.dta

-2.24 KB
Binary file not shown.

pandas/io/tests/data/stata11_115.dta

-810 Bytes
Binary file not shown.

pandas/io/tests/data/stata11_117.dta

-1.24 KB
Binary file not shown.

pandas/io/tests/data/stata12_117.dta

-1.25 KB
Binary file not shown.

pandas/io/tests/data/stata14_118.dta

-5.43 KB
Binary file not shown.

pandas/io/tests/data/stata15.dta

-3.11 KB
Binary file not shown.

pandas/io/tests/data/stata1_114.dta

-1.1 KB
Binary file not shown.

pandas/io/tests/data/stata1_117.dta

-1.53 KB
Binary file not shown.
-3.42 KB
Binary file not shown.

pandas/io/tests/data/stata2_113.dta

-1.46 KB
Binary file not shown.

pandas/io/tests/data/stata2_114.dta

-1.74 KB
Binary file not shown.

pandas/io/tests/data/stata2_115.dta

-1.74 KB
Binary file not shown.

pandas/io/tests/data/stata2_117.dta

-2.18 KB
Binary file not shown.

pandas/io/tests/data/stata3_113.dta

-12.4 KB
Binary file not shown.

pandas/io/tests/data/stata3_114.dta

-12.9 KB
Binary file not shown.

pandas/io/tests/data/stata3_115.dta

-12.9 KB
Binary file not shown.

pandas/io/tests/data/stata3_117.dta

-13.4 KB
Binary file not shown.

pandas/io/tests/data/stata4_113.dta

-1.49 KB
Binary file not shown.

pandas/io/tests/data/stata4_114.dta

-1.67 KB
Binary file not shown.

pandas/io/tests/data/stata4_115.dta

-1.67 KB
Binary file not shown.

pandas/io/tests/data/stata4_117.dta

-2.13 KB
Binary file not shown.

pandas/io/tests/data/stata5_113.dta

-4.52 KB
Binary file not shown.

pandas/io/tests/data/stata5_114.dta

-4.81 KB
Binary file not shown.

pandas/io/tests/data/stata5_115.dta

-4.81 KB
Binary file not shown.

pandas/io/tests/data/stata5_117.dta

-5.24 KB
Binary file not shown.

pandas/io/tests/data/stata6_113.dta

-2.69 KB
Binary file not shown.

pandas/io/tests/data/stata6_114.dta

-2.98 KB
Binary file not shown.

pandas/io/tests/data/stata6_115.dta

-2.98 KB
Binary file not shown.

pandas/io/tests/data/stata6_117.dta

-3.41 KB
Binary file not shown.

pandas/io/tests/data/stata7_111.dta

-1 KB
Binary file not shown.

pandas/io/tests/data/stata7_115.dta

-722 Bytes
Binary file not shown.

pandas/io/tests/data/stata7_117.dta

-1.13 KB
Binary file not shown.

pandas/io/tests/data/stata8_113.dta

-1.41 KB
Binary file not shown.

pandas/io/tests/data/stata8_115.dta

-1.59 KB
Binary file not shown.

pandas/io/tests/data/stata8_117.dta

-2.01 KB
Binary file not shown.

pandas/io/tests/data/stata9_115.dta

-2.29 KB
Binary file not shown.

pandas/io/tests/data/stata9_117.dta

-2.29 KB
Binary file not shown.

pandas/io/tests/sas/data/DEMO_G.xpt

-3.58 MB
Binary file not shown.

pandas/io/tests/sas/data/DRXFCD_G.xpt

-2.09 MB
Binary file not shown.

pandas/io/tests/sas/data/SSHSV1_A.xpt

-23.4 KB
Binary file not shown.
-6.8 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.py

+26-26
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,10 @@ def pxd(name):
643643
'pandas.tests.indexes.datetimes',
644644
'pandas.tests.indexes.timedeltas',
645645
'pandas.tests.indexes.period',
646+
'pandas.tests.io',
647+
'pandas.tests.io.json',
648+
'pandas.tests.io.parser',
649+
'pandas.tests.io.sas',
646650
'pandas.tests.groupby',
647651
'pandas.tests.series',
648652
'pandas.tests.formats',
@@ -656,37 +660,33 @@ def pxd(name):
656660
'pandas.tools',
657661
'pandas.tseries',
658662
'pandas.types',
659-
'pandas.io.tests',
660-
'pandas.io.tests.json',
661-
'pandas.io.tests.parser',
662-
'pandas.io.tests.sas',
663663
'pandas.msgpack',
664664
'pandas.util.clipboard'
665665
],
666-
package_data={'pandas.io': ['tests/data/legacy_hdf/*.h5',
667-
'tests/data/legacy_pickle/*/*.pickle',
668-
'tests/data/legacy_msgpack/*/*.msgpack',
669-
'tests/data/*.csv*',
670-
'tests/data/*.dta',
671-
'tests/data/*.pickle',
672-
'tests/data/*.txt',
673-
'tests/data/*.xls',
674-
'tests/data/*.xlsx',
675-
'tests/data/*.xlsm',
676-
'tests/data/*.table',
677-
'tests/parser/data/*.csv',
678-
'tests/parser/data/*.gz',
679-
'tests/parser/data/*.bz2',
680-
'tests/parser/data/*.txt',
681-
'tests/sas/data/*.csv',
682-
'tests/sas/data/*.xpt',
683-
'tests/sas/data/*.sas7bdat',
684-
'tests/data/*.html',
685-
'tests/data/html_encoding/*.html',
686-
'tests/json/data/*.json'],
687-
'pandas.tests': ['data/*.csv'],
666+
package_data={'pandas.tests': ['data/*.csv'],
688667
'pandas.tests.formats': ['data/*.csv'],
689668
'pandas.tests.indexes': ['data/*.pickle'],
669+
'pandas.tests.io': ['tests/data/legacy_hdf/*.h5',
670+
'tests/data/legacy_pickle/*/*.pickle',
671+
'tests/data/legacy_msgpack/*/*.msgpack',
672+
'tests/data/*.csv*',
673+
'tests/data/*.dta',
674+
'tests/data/*.pickle',
675+
'tests/data/*.txt',
676+
'tests/data/*.xls',
677+
'tests/data/*.xlsx',
678+
'tests/data/*.xlsm',
679+
'tests/data/*.table',
680+
'tests/parser/data/*.csv',
681+
'tests/parser/data/*.gz',
682+
'tests/parser/data/*.bz2',
683+
'tests/parser/data/*.txt',
684+
'tests/sas/data/*.csv',
685+
'tests/sas/data/*.xpt',
686+
'tests/sas/data/*.sas7bdat',
687+
'tests/data/*.html',
688+
'tests/data/html_encoding/*.html',
689+
'tests/json/data/*.json'],
690690
'pandas.tests.tools': ['tests/data/*.csv'],
691691
'pandas.tests.tseries': ['data/*.pickle']
692692
},

0 commit comments

Comments
 (0)