Skip to content

Commit b6d642d

Browse files
replace app.fucntion with app.cell
1 parent e5dd066 commit b6d642d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_science_tools/polars_vs_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def wrapper(*args, **kwargs):
8686
return (timeit,)
8787

8888

89-
@app.function
89+
@app.cell
9090
def create_comparison_plot(pandas_time, polars_time, title):
9191
import matplotlib.pyplot as plt
9292
import seaborn as sns

0 commit comments

Comments
 (0)