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 4cc4826 commit 26881e3Copy full SHA for 26881e3
tensorflow_data_validation/arrow/arrow_util.py
@@ -40,8 +40,7 @@ def get_broadcastable_column(input_table: pa.Table,
40
Raises:
41
ValueError: If the broadcast feature is not present in the input table or is
42
not a valid column. A valid column must have exactly one value per
43
- example and be of a numeric type. If copy_array is True, the numeric
44
- type constraint is relaxed.
+ example and be of a numeric type.
45
"""
46
try:
47
column = input_table.column(column_name).data.chunk(0)
0 commit comments