We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919bbfc commit a7d64ddCopy full SHA for a7d64dd
1 file changed
modules/module1/slides/module1_29.qmd
@@ -105,6 +105,7 @@ If we did instead use double square brackets with `pd.value_counts()`, we would
105
## Saving a dataframe
106
107
```{python}
108
+# | eval: false
109
mfr_freq.to_csv('data/mfr_frequency.csv', index=False)
110
```
111
0 commit comments