pandera.api.narwhals.types.NarwhalsData¶
- class pandera.api.narwhals.types.NarwhalsData(frame: LazyFrame, key: str = '*')[source]¶
Data container for Narwhals-backed validation.
Note: field is named
frame(notlazyframe) to distinguish from the PolarsPolarsDatanaming convention.Create new instance of NarwhalsData(frame, key)
Attributes
frameAlias for field number 0
keyAlias for field number 1
Methods