Programs to implement basic versions of some of the objects in Pandas. Contains two classes: MySeries & MyDataFrame. MySeries contains a constructor and the following 5 methods:

  • s_dict
  • min
  • max
  • mean
  • print

MyDataFrame contains a constructor and 5 methods also:

  • print
  • sort_values
  • mean
  • min
  • max

Github Link: Full repository can be found here