Contributions

Article
Maybe you've noticed a few verbose pandas statements that seem to recur often in your notebooks or scripts. Or maybe you're a teammate noticing the same mistakes or deviations from best practices during code review. Or maybe you're just a bit perverse and want to bend pandas to your will. If this is you good reader, read on: what follows is practical information that can be applied to these ends with custom pandas accessors.
Article
An opinionated template for Python packages.