File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ Categorical Concatenation
268
268
269
269
.. ipython:: python
270
270
271
- from pandas.types.concat import union_categoricals
271
+ from pandas.api.types import union_categoricals
272
272
a = pd.Categorical(["b", "c"])
273
273
b = pd.Categorical(["a", "b"])
274
274
union_categoricals([a, b])
Original file line number Diff line number Diff line change @@ -680,7 +680,6 @@ def pxd(name):
680
680
'pandas.util.clipboard'
681
681
],
682
682
package_data = {'pandas.tests' : ['data/*.csv' ],
683
- 'pandas.tests.formats' : ['data/*.csv' ],
684
683
'pandas.tests.indexes' : ['data/*.pickle' ],
685
684
'pandas.tests.io' : ['data/legacy_hdf/*.h5' ,
686
685
'data/legacy_pickle/*/*.pickle' ,
@@ -703,9 +702,10 @@ def pxd(name):
703
702
'data/*.html' ,
704
703
'data/html_encoding/*.html' ,
705
704
'json/data/*.json' ],
705
+ 'pandas.tests.io.formats' : ['data/*.csv' ],
706
706
'pandas.tests.tools' : ['data/*.csv' ],
707
707
'pandas.tests.tseries' : ['data/*.pickle' ],
708
- 'pandas.formats' : ['templates/*.tpl' ]
708
+ 'pandas.io. formats' : ['templates/*.tpl' ]
709
709
},
710
710
ext_modules = extensions ,
711
711
maintainer_email = EMAIL ,
You can’t perform that action at this time.
0 commit comments