5 ms·
Column misnaming/typo is indeed a problem in pandas. I think a powerful IDE could do the trick though.
by ninja3925 2y ago
Column misnaming/typo is indeed a problem in pandas. I think a powerful IDE could do the trick though.
- lmeyerov 2y agoSort 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" / ... .