BabyPandas Documentation

Release:1.0
Date:Nov 01, 2022

babypandas is a pandas data-analysis module with a restricted API.

This module is a simplified version of pandas with only methods deemed necessary for an introductory course. babypandas methods also only contain the necessary arguments needed for basic table manipulation and visualization, reducing the complication found in pandas. Writing this module as a restricted version of pandas allows for an easy transition into pandas.