Replies: 3 comments 1 reply
-
I’m running into the same issue in my repo. Most of the columns I’m working with are of type Decimal. From what I understand, Pandera allows us to define each column using a Pandas column type. The problem is that Pandas itself doesn’t have a native |
Beta Was this translation helpful? Give feedback.
-
you can use the pandas-engine |
Beta Was this translation helpful? Give feedback.
-
Feel free to add more examples to the docs! Perhaps on this page
The imports look correct
For most cases, I'd recommend using python-native types or pandas-native types, similar to how you would specify dtypes for your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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