-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hello, apologies if this is the wrong place to ask this question.
I am stumped on how datatest's validation mechanism is passing the following example:
dt.validate(pd.DataFrame(), pd.DataFrame({"A": [1]})The documentation states:
For validation, DataFrame objects using the default index type are treated as sequences.
Shouldn't I be getting the same result as dt.validate([], [1])? What am I missing?
Metadata
Metadata
Assignees
Labels
No labels