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
MyDataFrame contains a constructor and 5 methods also:
- sort_values
- mean
- min
- max
Github Link: Full repository can be found here