Skip to content

Commit 04830aa

Browse files
adjust notebook
1 parent dcb0b65 commit 04830aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data_science_tools/polars_vs_pandas.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
@app.cell
88
def _():
9-
import marimo as mos
9+
import marimo as mo
1010

11-
return (mos,)
11+
return (mo,)
1212

1313

1414
@app.cell(hide_code=True)

0 commit comments

Comments
 (0)