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 75d1999 commit 4c5ce66Copy full SHA for 4c5ce66
src/dask_awkward/lib/structure.py
@@ -961,6 +961,7 @@ def unzip(
961
def values_astype(
962
array: Array,
963
to: np.dtype | str,
964
+ including_unknown: bool = False,
965
highlevel: bool = True,
966
behavior: Mapping | None = None,
967
attrs: Mapping[str, Any] | None = None,
@@ -971,6 +972,7 @@ def values_astype(
971
972
ak.values_astype,
973
array,
974
to=to,
975
+ including_unknown=including_unknown,
976
behavior=behavior,
977
label="values-astype",
978
attrs=attrs,
0 commit comments