Hacker News new | ask | show | jobs
by pedvide 970 days ago
In pandas for example that can happen often: `df["count"] == 5` and `df.count == 5` are logically different expressions that will give different answers