Spaces:
Running
Running
Update duckdb/009_loading_json.py
Browse filesCo-authored-by: Srihari Thyagarajan <57552973+Haleshot@users.noreply.github.com>
duckdb/009_loading_json.py
CHANGED
|
@@ -117,7 +117,7 @@ def _(mo):
|
|
| 117 |
return (cars_df,)
|
| 118 |
|
| 119 |
|
| 120 |
-
@app.cell
|
| 121 |
def _(mo):
|
| 122 |
mo.md(r"""Other than singular files we can read [multiple files](https://duckdb.org/docs/stable/data/multiple_files/overview.html) at a time by either passing a list of files or a UNIX glob pattern.""")
|
| 123 |
return
|
|
|
|
| 117 |
return (cars_df,)
|
| 118 |
|
| 119 |
|
| 120 |
+
@app.cell(hide_code=True)
|
| 121 |
def _(mo):
|
| 122 |
mo.md(r"""Other than singular files we can read [multiple files](https://duckdb.org/docs/stable/data/multiple_files/overview.html) at a time by either passing a list of files or a UNIX glob pattern.""")
|
| 123 |
return
|