get_df_prefixes_index

get_df_prefixes_index(df: DataframeOrSeries, *, column: str | int | None = None, converter: Converter | None = None, validate: bool = False) dict[str, list[int]][source]

Get a dictionary from prefixes that appear in the column to the row indexes where they appear.