polars.get_index_type# polars.get_index_type() → PolarsIntegerType[source]# Return the data type used for Polars indexing. Returns: PolarsIntegerTypeUInt32 in regular Polars, UInt64 in bigidx Polars. Examples >>> pl.get_index_type() UInt32