Index schema not validated in SeriesSchema
#520
Unanswered
Lucas-Cerqueira
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hi @Lucas-Cerqueira, currently What's your use case for coercing the series values but not the index? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to
pandas.DataFrame
, theSeries
also has anindex
and thought that doing like the code below I would be able to validate both the Series' values and index. However, it seems like the index schema is not validated.On the other hand, if I validate the values using the Index schema separately, it throws the expected error. Is that the expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions