|
|
|
|
|
by pid-1
192 days ago
|
|
Pandas is cancer. Please stop teaching it to people. Everything it does can be done reasonable well with list comprehensions and objects that support type annotations and runtime type checking (if needed). Pandas code is untestable, unreadable, hard to refactor and impossible to reuse. Trillions of dollars are wasted every year by people having to rewrite pandas code. |
|
The thousand-plus data integrity tests I've written in pandas tell a different story...