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 20fc744 commit 46ede92Copy full SHA for 46ede92
pandas/core/arrays/string_.py
@@ -344,10 +344,10 @@ def __from_arrow__(
344
if self.storage == "pyarrow":
345
from pandas.core.arrays.string_arrow import (
346
ArrowStringArray,
347
- _chk_pyarrow_available,
+ _check_pyarrow_available,
348
)
349
350
- _chk_pyarrow_available()
+ _check_pyarrow_available()
351
352
if not pa.types.is_large_string(array.type):
353
array = pc.cast(array, pa.large_string())
scripts/validate_unwanted_patterns.py
@@ -58,7 +58,7 @@
58
"_fill_limit_area_1d",
59
"_make_block",
60
"_DatetimeTZBlock",
61
- "_chk_pyarrow_available",
+ "_check_pyarrow_available",
62
}
63
64
0 commit comments