# summations: difference: addition is done between 2 arguments whereas summation happens over n elements. # adding the 2 array. # cummulative sum: means partially adding thr element in array. # ...
This project performs Exploratory Data Analysis (EDA) on a Diwali sales dataset to understand customer purchasing behavior. Using Python data analysis libraries, the data is cleaned, analyzed, and ...