done
This commit is contained in:
23
lib/python3.11/site-packages/narwhals/stable/v1/selectors.py
Normal file
23
lib/python3.11/site-packages/narwhals/stable/v1/selectors.py
Normal file
@ -0,0 +1,23 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from narwhals.selectors import (
|
||||
all,
|
||||
boolean,
|
||||
by_dtype,
|
||||
categorical,
|
||||
datetime,
|
||||
matches,
|
||||
numeric,
|
||||
string,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"all",
|
||||
"boolean",
|
||||
"by_dtype",
|
||||
"categorical",
|
||||
"datetime",
|
||||
"matches",
|
||||
"numeric",
|
||||
"string",
|
||||
]
|
Reference in New Issue
Block a user