Y
Hacker News
new
|
ask
|
show
|
jobs
by
ninja3925
793 days ago
Column misnaming/typo is indeed a problem in pandas. I think a powerful IDE could do the trick though.
1 comments
lmeyerov
793 days ago
Sort of... the IDE would want the mypy (or otherwise) typings to surface that. Internally, the dataframe library should make it easier for the IDE to see that, vs today's norm of tracking just "Any" / "Index" / "Series" / ... .
link