Skip to content

Instantly share code, notes, and snippets.

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