Selecting columns with the select verb based on column type.
select
df %>% select_if(is.numeric)
df.select(pl.col(pl.Int64))