Timeline for Designing interpretable/maintainable python code that use pandas DataFrames?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 9, 2021 at 22:33 | comment | added | user1079002 | @SimonNicholls fixed docstring: hastebin.com/kamagimoju.py | |
| Oct 9, 2021 at 22:25 | comment | added | user1079002 | @SimonNicholls Thanks, I have replaced the Base Class with regular class using Generic Type and had plan to include pandera as additional check: hastebin.com/upibuhideq.py . It served me good until I've decided to switch to C#. | |
| Oct 7, 2021 at 19:36 | comment | added | Simon Nicholls | Also I prefer your method to pandera as with pandera you have to remember to explicitly validate the frame every time, yours feels a bit more robust and is an actual class to pass around. Again pandera as far as I can tell is basically a validation tool | |
| Oct 7, 2021 at 18:52 | comment | added | Simon Nicholls | This is a super nice solution! | |
| May 18, 2021 at 22:14 | history | answered | user1079002 | CC BY-SA 4.0 |