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 138138 qcut ,
139139)
140140
141+ import pandas .api
141142from pandas .util ._print_versions import show_versions
142143
143144from pandas .io .api import (
Original file line number Diff line number Diff line change 1818 is_string_dtype ,
1919 is_timedelta64_dtype ,
2020)
21+ from pandas .core .dtypes .dtypes import CategoricalDtype
2122
2223from pandas import DataFrame
23- from pandas .api .types import CategoricalDtype
2424import pandas .core .common as com
2525
2626loads = json .loads
Original file line number Diff line number Diff line change 33
44from pandas .compat ._optional import import_optional_dependency
55
6- from pandas .api .types import is_list_like
6+ from pandas .core .dtypes .inference import is_list_like
7+
78from pandas .core .api import DataFrame
89
910
You can’t perform that action at this time.
0 commit comments