MCPcopy Create free account
hub / github.com/dask/dask / pyarrow_strings_enabled

Function pyarrow_strings_enabled

dask/dataframe/utils.py:782–787  ·  view source on GitHub ↗

Config setting to convert objects to pyarrow strings

()

Source from the content-addressed store, hash-verified

780
781
782def pyarrow_strings_enabled() -> bool:
783 """Config setting to convert objects to pyarrow strings"""
784 convert_string = dask.config.get("dataframe.convert-string")
785 if convert_string is None:
786 convert_string = True
787 return convert_string
788
789
790def get_numeric_only_kwargs(numeric_only: bool | NoDefault) -> dict:

Callers 15

conftest.pyFile · 0.90
_lowerMethod · 0.90
from_pandasFunction · 0.90
from_arrayFunction · 0.90
read_parquetFunction · 0.90
from_mapFunction · 0.90
repartitionFunction · 0.90
timeseriesFunction · 0.90
from_delayedFunction · 0.90
test_from_mapFunction · 0.90

Calls 1

getMethod · 0.45

Tested by 15

test_from_mapFunction · 0.72
test_to_stringFunction · 0.72
test_series_reprFunction · 0.72
test_arrow_string_optionFunction · 0.72
test_string_accessorFunction · 0.72
test_tree_reprFunction · 0.72
test_valuesFunction · 0.72