File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 138
138
qcut ,
139
139
)
140
140
141
+ import pandas .api
141
142
from pandas .util ._print_versions import show_versions
142
143
143
144
from pandas .io .api import (
Original file line number Diff line number Diff line change 18
18
is_string_dtype ,
19
19
is_timedelta64_dtype ,
20
20
)
21
+ from pandas .core .dtypes .dtypes import CategoricalDtype
21
22
22
23
from pandas import DataFrame
23
- from pandas .api .types import CategoricalDtype
24
24
import pandas .core .common as com
25
25
26
26
loads = json .loads
Original file line number Diff line number Diff line change 3
3
4
4
from pandas .compat ._optional import import_optional_dependency
5
5
6
- from pandas .api .types import is_list_like
6
+ from pandas .core .dtypes .inference import is_list_like
7
+
7
8
from pandas .core .api import DataFrame
8
9
9
10
You can’t perform that action at this time.
0 commit comments