Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created February 4, 2021 10:58
005_pandas_vs_dplyr
gapminder[(gapminder['year'] == 2007) & (gapminder['continent'] == 'Americas')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment