Skip to content

Commit 1543fa2

Browse files
committed
address comments
1 parent 9be89ff commit 1543fa2

File tree

1 file changed

+2
-1
lines changed
  • bigframes/bigquery/_operations

1 file changed

+2
-1
lines changed

bigframes/bigquery/_operations/json.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,8 @@ def json_keys(
441441
input (bigframes.series.Series):
442442
The Series containing JSON data.
443443
max_depth (int, optional):
444-
Specifies the maximum depth of nested fields to search for keys.
444+
Specifies the maximum depth of nested fields to search for keys. If not
445+
provided, searched keys at all levels.
445446
446447
Returns:
447448
bigframes.series.Series: A new Series containing arrays of keys from the input JSON.

0 commit comments

Comments
 (0)