Skip to content

Quarto mod2 #73

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Quarto mod2 #73

wants to merge 11 commits into from

Conversation

zmx721
Copy link
Contributor

@zmx721 zmx721 commented May 13, 2025

@joelostblom Here is the PR for module 2.

  • I have specified quarto=1.6.43 in the environment, because the newest 1.7.30 version breaks render.
  • In module2-02-delimiter.qmd, I needed to install openpyxl in the setup cell, although I have added the package to the environment.
  • There are quite a few links pointing to the DSCI 511 repo. Do you want them to be updated to point to this repo?

@zmx721 zmx721 requested a review from joelostblom May 13, 2025 01:42
Copy link

github-actions bot commented May 13, 2025

PR Preview Action v1.6.1

🚀 View preview at
https://UBC-MDS.github.io/programming-in-python-for-data-science/pr-preview/pr-73/

Built to branch gh-pages at 2025-06-22 13:29 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@zmx721
Copy link
Contributor Author

zmx721 commented Jun 5, 2025

In pandas 2.2.*, aggregation methods no longer exclude non-numeric columns automatically. This affects modules/module2/module2-25-grouping_and_aggregating.qmd the most.

@joelostblom
Copy link
Collaborator

I have specified quarto=1.6.43 in the environment, because the newest 1.7.30 version breaks render.

Could you open an issue with the exact error message so we can follow up later?

In pandas 2.2.*, aggregation methods no longer exclude non-numeric columns automatically.

Yes, that is a bit annoying, and I think an important reason to update the slides since students are using 2.2.* in the live exercises and might be confusing why they need to add numeric_only there if it is not in the slides.

@joelostblom
Copy link
Collaborator

There are quite a few links pointing to the DSCI 511 repo. Do you want them to be updated to point to this repo?

Can you open an issue about this too? I think there are more important things to do, but this could be a nice future fix if we have time

@zmx721
Copy link
Contributor Author

zmx721 commented Jun 9, 2025

@joelostblom The issue is fixed. Please review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants