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
@@ -54,7 +54,7 @@ def _(mo):
|
|
54 |
r"""
|
55 |
## Using `FROM`
|
56 |
|
57 |
-
Loading data using `FROM` is simple and straightforward. We use a path or URL to the file we want to load where we'd normally put a table name. When we do this DuckDB attempts to infer the right way to read the file including the correct format and column types. In most cases this is all we need to load data into DuckDB.
|
58 |
"""
|
59 |
)
|
60 |
return
|
|
|
54 |
r"""
|
55 |
## Using `FROM`
|
56 |
|
57 |
+
Loading data using `FROM` is simple and straightforward. We use a path or URL to the file we want to load where we'd normally put a table name. When we do this, DuckDB attempts to infer the right way to read the file including the correct format and column types. In most cases this is all we need to load data into DuckDB.
|
58 |
"""
|
59 |
)
|
60 |
return
|