MCPcopy
hub / github.com/dask/dask / pyarrow_strings_enabled

Function pyarrow_strings_enabled

dask/dataframe/utils.py:771–776  ·  view source on GitHub ↗

Config setting to convert objects to pyarrow strings

()

Source from the content-addressed store, hash-verified

769
770
771def pyarrow_strings_enabled() -> bool:
772 """Config setting to convert objects to pyarrow strings"""
773 convert_string = dask.config.get("dataframe.convert-string")
774 if convert_string is None:
775 convert_string = True
776 return convert_string
777
778
779def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…