Skip to content
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

add transpose + drop to episode 07 reading other data challenge describe #561

Open
alee opened this issue Aug 16, 2021 · 0 comments
Open
Labels
good first issue Good issue for first-time contributors help wanted Looking for Contributors type:enhancement Propose enhancement to the lesson

Comments

@alee
Copy link
Member

alee commented Aug 16, 2021

In the challenge https://swcarpentry.github.io/python-novice-gapminder/07-reading-tabular/index.html#reading-other-data

might be useful to cover dropping the continent column before transposing it and describing the dataset to get summary statistics for each country e.g.,

americas.drop(columns=['continent']).T.describe()

(credit to Gil Speyer for demonstrating this during a recent workshop)

@alee alee added help wanted Looking for Contributors type:enhancement Propose enhancement to the lesson good first issue Good issue for first-time contributors labels Aug 16, 2021
fmichonneau pushed a commit that referenced this issue Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good issue for first-time contributors help wanted Looking for Contributors type:enhancement Propose enhancement to the lesson
Projects
None yet
Development

No branches or pull requests

1 participant