pandas-stubs — How we enhanced pandas with type annotations
We created our own pandas-stubs library, which enhances pandas with type information that’s necessary for maintaining a high level of type-safety for all pandas-dependent projects, and has already been downloaded a few hundred thousand times. In this article, we’ll describe its inception, the development process and real use cases.
I read ThoughtWorks Technology Radar vol.21 so you don’t have to
For those who don’t know, ThoughtWorks is a Consulting Company that has Martin Fowler and Rebecca Parson in their team. Due to the…