|
|
|
|
|
by jononor
200 days ago
|
|
Code using pandas is testable and reusable in much the same way as any other code, make functions that take and return data. That said, the polars/narwals style API is better than pandas API for sure. More readable and composable, simpler (no index) and a bit less weird overall. |
|