79091968

Date: 2024-10-15 22:55:15
Score: 1
Natty:
Report link

These frozenset constants can be loaded from polars.datatypes.group now.

For example:

from polars.datatypes.group import NUMERIC_DTYPES, TEMPORAL_DTYPES

assert pl.UInt8 in NUMERIC_DTYPES
assert pl.UInt8 not in TEMPORAL_DTYPES
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: HumpbackWhale194