Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created February 4, 2021 11:02
010_pandas_vs_dplyr
gapminder %>%
filter(year == 2007) %>%
summarize(mean(lifeExp))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment