This repository is not active
canyagiz/pandas-aggregration-custom-implementation
Custom implementation of pandas agg() method which summarizes the numerical columns of the dataframe in aspect of "mean, min, max, variance." I learned calculating and implementing variance and working with DataFrames. Also, i used list and dictionary comprehensions.
Python