fn column_keys(column: SEXP, col: &str) -> Result<Vec<GroupKey>, DataFrameError>Expand description
Per-row group key for one supported key column, in row order. NA cells — and
factor NA codes / addNA() levels — become GroupKey::Na. Dispatches on
SEXPTYPE exactly as DataFrame::group_by, surfacing the same
unsupported-type error.