We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a039c6 commit 7f178c4Copy full SHA for 7f178c4
pandas/core/arrays/sparse/accessor.py
@@ -7,9 +7,8 @@
7
from pandas.core.dtypes.cast import find_common_type
8
9
from pandas.core.accessor import PandasDelegate, delegate_names
10
-
11
-from .array import SparseArray
12
-from .dtype import SparseDtype
+from pandas.core.arrays.sparse.array import SparseArray
+from pandas.core.arrays.sparse.dtype import SparseDtype
13
14
15
class BaseAccessor:
0 commit comments