Tag Archives: python

TriPython January 2020 Meeting: Integrating a database migration framework

This talk will cover key considerations for replacing a bespoke or completely manual process for handling database migrations with a new process built around Alembic or Django migrations. Jeff will also show a few specific tricks he has collected for Alembic to support his current project. The talk will not replace the Alembic or Django […]

Tagged , , | Comments Off on TriPython January 2020 Meeting: Integrating a database migration framework

Dplyr-Style Data Manipulation With Pandas

In this talk, Ian Cook will discuss how to apply the tenets of R’s dplyr package (immutability, chaining, consistency, parsimony) when working with Python’s pandas library. In the R community, dplyr is the most widely used data manipulation package. dplyr provides a small, consistent set set of “verbs” (functions) that you can use to perform most common operations on R data frames.

Tagged , , , , | Comments Off on Dplyr-Style Data Manipulation With Pandas