These frozenset constants can be loaded from polars.datatypes.group now.
polars.datatypes.group
For example:
from polars.datatypes.group import NUMERIC_DTYPES, TEMPORAL_DTYPES assert pl.UInt8 in NUMERIC_DTYPES assert pl.UInt8 not in TEMPORAL_DTYPES