File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737)
3838from pandas .util ._exceptions import find_stack_level
3939
40+ from pandas .core .dtypes .astype import astype_is_view
4041from pandas .core .dtypes .common import is_scalar
4142from pandas .core .dtypes .dtypes import (
4243 ArrowDtype ,
4344 DatetimeTZDtype ,
4445)
45- from pandas .core .dtypes .astype import astype_is_view
4646from pandas .core .dtypes .generic import ABCSeries
4747from pandas .core .dtypes .missing import is_valid_na_for_dtype
4848
49+ from pandas .core .arrays import ExtensionArray
4950from pandas .core .arrays .datetimes import (
5051 DatetimeArray ,
5152 tz_to_dtype ,
5253)
53- from pandas .core .arrays import ExtensionArray
5454import pandas .core .common as com
5555from pandas .core .indexes .base import (
5656 Index ,
Original file line number Diff line number Diff line change 2121from pandas ._libs .tslibs .dtypes import abbrev_to_npy_unit
2222from pandas .util ._decorators import set_module
2323
24+ from pandas .core .dtypes .astype import astype_is_view
2425from pandas .core .dtypes .common import (
2526 is_scalar ,
2627 pandas_dtype ,
2728)
28- from pandas .core .dtypes .astype import astype_is_view
2929from pandas .core .dtypes .dtypes import ArrowDtype
3030from pandas .core .dtypes .generic import ABCSeries
3131
You can’t perform that action at this time.
0 commit comments