You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<class 'decimal.Decimal'>
amount
0 7504.06
pandera.errors.SchemaError: expected series 'amount' to have type Decimal(28, 0):
failure cases:
index failure_case
0 0 7504.06
How is the Decimal(28,0) being set ? Or how do you set that value to 2 places here ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the following:
Result is
How is the Decimal(28,0) being set ? Or how do you set that value to 2 places here ?
Beta Was this translation helpful? Give feedback.
All reactions