Spaces:
Running
Running
Julius Kibunjia
Srihari Thyagarajan
commited on
Update duckdb/009_loading_json.py
Browse filesCo-authored-by: Srihari Thyagarajan <[email protected]>
duckdb/009_loading_json.py
CHANGED
@@ -168,7 +168,7 @@ def _(cars2, mo):
|
|
168 |
|
169 |
@app.cell(hide_code=True)
|
170 |
def _(mo):
|
171 |
-
mo.md(r"""Similarly, we can write data from a table or select statement to a JSON file. For example we create a new JSONL file with just the car names and miles per gallon. We first create a temporary directory to avoid cluttering our project directory.""")
|
172 |
return
|
173 |
|
174 |
|
|
|
168 |
|
169 |
@app.cell(hide_code=True)
|
170 |
def _(mo):
|
171 |
+
mo.md(r"""Similarly, we can write data from a table or select statement to a JSON file. For example, we create a new JSONL file with just the car names and miles per gallon. We first create a temporary directory to avoid cluttering our project directory.""")
|
172 |
return
|
173 |
|
174 |
|