top | item 40024152

(no title)

ninja3925 | 1 year ago

Column misnaming/typo is indeed a problem in pandas. I think a powerful IDE could do the trick though.

discuss

order

lmeyerov|1 year 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" / ... .