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

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
@@ -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