Spaces:
Running
Running
Raine Hoang
commited on
Commit
·
46fe9ce
1
Parent(s):
7a41a9e
recorded packages using sandbox
Browse files- polars/02_dataframes.py +6 -0
polars/02_dataframes.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import marimo
|
| 2 |
|
| 3 |
__generated_with = "0.12.5"
|
|
|
|
| 1 |
+
# /// script
|
| 2 |
+
# requires-python = ">=3.11"
|
| 3 |
+
# dependencies = [
|
| 4 |
+
# "marimo",
|
| 5 |
+
# ]
|
| 6 |
+
# ///
|
| 7 |
import marimo
|
| 8 |
|
| 9 |
__generated_with = "0.12.5"
|