Spaces:
Running
Running
chore: Update DuckDB `version` to 1.3.2
Browse files
duckdb/008_loading_parquet.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# requires-python = ">=3.10"
|
| 3 |
# dependencies = [
|
| 4 |
# "marimo",
|
| 5 |
-
# "duckdb==1.2
|
| 6 |
# "pyarrow==19.0.1",
|
| 7 |
# "plotly.express",
|
| 8 |
# "sqlglot==27.0.0",
|
|
|
|
| 2 |
# requires-python = ">=3.10"
|
| 3 |
# dependencies = [
|
| 4 |
# "marimo",
|
| 5 |
+
# "duckdb==1.3.2",
|
| 6 |
# "pyarrow==19.0.1",
|
| 7 |
# "plotly.express",
|
| 8 |
# "sqlglot==27.0.0",
|
duckdb/009_loading_json.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# requires-python = ">=3.11"
|
| 3 |
# dependencies = [
|
| 4 |
# "marimo",
|
| 5 |
-
# "duckdb==1.2
|
| 6 |
# "sqlglot==26.11.1",
|
| 7 |
# "polars[pyarrow]==1.25.2",
|
| 8 |
# ]
|
|
|
|
| 2 |
# requires-python = ">=3.11"
|
| 3 |
# dependencies = [
|
| 4 |
# "marimo",
|
| 5 |
+
# "duckdb==1.3.2",
|
| 6 |
# "sqlglot==26.11.1",
|
| 7 |
# "polars[pyarrow]==1.25.2",
|
| 8 |
# ]
|
duckdb/DuckDB_Loading_CSVs.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
# "marimo",
|
| 5 |
# "plotly.express",
|
| 6 |
# "plotly==6.0.1",
|
| 7 |
-
# "duckdb==1.2
|
| 8 |
# "sqlglot==26.11.1",
|
| 9 |
# "pyarrow==19.0.1",
|
| 10 |
# "polars==1.27.1",
|
|
|
|
| 4 |
# "marimo",
|
| 5 |
# "plotly.express",
|
| 6 |
# "plotly==6.0.1",
|
| 7 |
+
# "duckdb==1.3.2",
|
| 8 |
# "sqlglot==26.11.1",
|
| 9 |
# "pyarrow==19.0.1",
|
| 10 |
# "polars==1.27.1",
|