Dataframes with pandas

pandas is a tool that mbpy uses to assist with the creation of pipelines.

Using Python means we also access one of the premier data management tools in the industry: pandas. There are major advantages:

  • Commands that can convert large data sets into pivot tables

  • Import and export to CSV and Excel

  • Much simpler and easier to access than SQL commands

The mbpy tool does not require you to learn pandas; instead mbpy provides a suite of sub commands that utilizes dataframes.

Last updated