polars.get_index_type#

polars.get_index_type() DataTypeClass[source]#

Get the datatype used for Polars indexing.

Returns:
DataType

UInt32 in regular Polars, UInt64 in bigidx Polars.