Skip to content

Quarto mod4 #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jun 27, 2025
Prev Previous commit
Next Next commit
fix pyodide error
  • Loading branch information
zmx721 committed Jun 9, 2025
commit ce54bd6062381c2d0798f08ffdeb86a68ba37f86
1 change: 1 addition & 0 deletions modules/module1/slides/module1_29.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ If we did instead use double square brackets with `pd.value_counts()`, we would
## Saving a dataframe

```{python}
# | eval: false
mfr_freq.to_csv('data/mfr_frequency.csv', index=False)
```

Expand Down
Loading