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 430dd44 commit 3d612b2Copy full SHA for 3d612b2
pandas/core/arrays/string_.py
@@ -72,6 +72,8 @@
72
from pandas.io.formats import printing
73
74
if TYPE_CHECKING:
75
+ from collections.abc import MutableMapping
76
+
77
import pyarrow
78
79
from pandas._typing import (
0 commit comments