pub trait DFCapable { // Required method fn try_get_column(&self, col_name: &str) -> &dyn SeriesCapable; }