Replies: 2 comments
-
|
Was suprised I didn't find a similar discussion, excuse me if this was discussed before |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
They're logically the same, just a matter of taste for the most part. If you want dataclass-style schemas, use The main benefit of |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose one develops a library full of dataframe formats, and seeks correctness. How should one choose between DataFrameModel and DataFrameSchema?
In my case, being able as a user to alter the requirement&nullability of certain columns of certain dataframes outside the library is critical, and I find that doing so on DataFrameModels is less trivial.
What are the advantages & disadvantages of them over each other?
Note: If this lies in some FAQ section I missed, please refer me to it
Beta Was this translation helpful? Give feedback.
All reactions