Files
Buffteks-Website/buffteks/lib/python3.12/site-packages/narwhals/stable/v1/selectors.py
2025-05-08 21:10:14 -05:00

22 lines
485 B
Python

from __future__ import annotations
from narwhals.selectors import all
from narwhals.selectors import boolean
from narwhals.selectors import by_dtype
from narwhals.selectors import categorical
from narwhals.selectors import datetime
from narwhals.selectors import matches
from narwhals.selectors import numeric
from narwhals.selectors import string
__all__ = [
"all",
"boolean",
"by_dtype",
"categorical",
"datetime",
"matches",
"numeric",
"string",
]