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
@@ -129,7 +129,7 @@ def _(mo):
|
|
129 |
r"""
|
130 |
## Using `COPY`
|
131 |
|
132 |
-
`COPY` is for useful both for importing and exporting data in a variety of formats including JSON. For example we can import data into an existing table from a JSON file.
|
133 |
"""
|
134 |
)
|
135 |
return
|
|
|
129 |
r"""
|
130 |
## Using `COPY`
|
131 |
|
132 |
+
`COPY` is for useful both for importing and exporting data in a variety of formats including JSON. For example, we can import data into an existing table from a JSON file.
|
133 |
"""
|
134 |
)
|
135 |
return
|