Skip to content

Commit 79090c2

Browse files
committed
fix pyodide error
1 parent ee9df82 commit 79090c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/module1/slides/module1_29.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ If we did instead use double square brackets with `pd.value_counts()`, we would
105105
## Saving a dataframe
106106

107107
```{python}
108+
# | eval: false
108109
mfr_freq.to_csv('data/mfr_frequency.csv', index=False)
109110
```
110111

0 commit comments

Comments
 (0)