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 9be89ff commit 1543fa2Copy full SHA for 1543fa2
bigframes/bigquery/_operations/json.py
@@ -441,7 +441,8 @@ def json_keys(
441
input (bigframes.series.Series):
442
The Series containing JSON data.
443
max_depth (int, optional):
444
- Specifies the maximum depth of nested fields to search for keys.
+ Specifies the maximum depth of nested fields to search for keys. If not
445
+ provided, searched keys at all levels.
446
447
Returns:
448
bigframes.series.Series: A new Series containing arrays of keys from the input JSON.
0 commit comments