Skip to content

Commit 60ac41b

Browse files
committed
updated json notebook
1 parent 3e7034e commit 60ac41b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

examples/notebooks/dev/json/KeyValueAndOpenApi.ipynb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -925,8 +925,8 @@
925925
{
926926
"cell_type": "markdown",
927927
"source": [
928-
"Key/value objects are wrapped in a dataframe (to have a working hierarchy).\n",
929-
"Since we convert the top-level object to key/value we need to unpack it to see the result."
928+
"Key/value (or rather \"name/value\") objects are wrapped in a dataframe (to have a working hierarchy).\n",
929+
"Since we convert the top-level object to name/value we need to unpack it to see the result."
930930
],
931931
"metadata": {
932932
"collapsed": false
@@ -2322,7 +2322,8 @@
23222322
]
23232323
},
23242324
"metadata": {},
2325-
"output_type": "display_data"
2325+
"output_type": "display_data",
2326+
"jetTransient": {}
23262327
}
23272328
],
23282329
"execution_count": 4
@@ -3750,9 +3751,7 @@
37503751
},
37513752
{
37523753
"cell_type": "markdown",
3753-
"source": [
3754-
"As you can see, we've successfully read and converted the JSON to the correct types (including key/values and correct nullability!) using a foolproof method. Go ahead and explore the data a bit more if you feel like it!"
3755-
],
3754+
"source": "As you can see, we've successfully read and converted the JSON to the correct types (including name/values and correct nullability!) using a foolproof method. Go ahead and explore the data a bit more if you feel like it!",
37563755
"metadata": {
37573756
"collapsed": false
37583757
}

0 commit comments

Comments
 (0)