Translating between R and Python
Dataframes
Selecting rows
Selecting columns
Selecting individual ‘cells’ (items)
Selecting items with a logical vector
Edge cases
Writing to a dataframe
Subsetting and filtering
Operations on columns
Computing new columns from existing columns
Other stuff
Pivot tables/cross tabulations
Setup
Translating between R and Python