Skip to content

Conversation

@carinagrady
Copy link
Contributor

Made following changes to simplify code for tutorial:

  • before: berri_bikes.loc[:,'weekday'] --> after: berri_bikes['weekday']
  • before: berri_bikes.groupby('weekday').aggregate(sum) --> after: berri_bikes.groupby('weekday').sum()

Made following changes to simplify code for tutorial:
- before: berri_bikes.loc[:,'weekday'] --> after: berri_bikes['weekday']
- before: berri_bikes.groupby('weekday').aggregate(sum) --> after: berri_bikes.groupby('weekday').sum()
@jvns jvns merged commit 69d3389 into jvns:master Oct 24, 2024
@jvns
Copy link
Owner

jvns commented Oct 24, 2024

Thanks!

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