Y
Hacker News
new
|
ask
|
show
|
jobs
by
smabie
384 days ago
The original sin of Pandas is row indices
2 comments
Vaslo
384 days ago
One of the big benefits of polars over pandas is not dealing with the constant index nonsense. Can’t tell you all of the issues I had as a beginner with pandas trying to debug silly index errors.
link
hatmatrix
384 days ago
Actually I like that you can use it as a dictionary of tuples (i.e., rows).
link