logoalt Hacker News

__mharrison__today at 7:12 PM2 repliesview on HN

Good pandas and polars code should also be written in an immutable way...


Replies

epguitoday at 7:17 PM

Good python code can exist, but python makes it so easy to write bad code that good python rarely exists.

nxpnsvtoday at 7:18 PM

Agree. While it is common to see code like these pandas examples, it is very possible to write these manipulations so that they return a new frame or view without changing the inputs.