Julius Kibunjia Srihari Thyagarajan commited on
Commit
8dd2b9d
·
unverified ·
1 Parent(s): 2db2198

Update duckdb/009_loading_json.py

Browse files

Co-authored-by: Srihari Thyagarajan <[email protected]>

Files changed (1) hide show
  1. duckdb/009_loading_json.py +1 -1
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