I would like to perform following operation in Pandas:
library(tidyverse) df <- tibble(mtcars) df %>% select(ends_with(\'t\')) %>% head(3) # A