Role in this project:
Data Scientist Contributions:19 commits, 16 pushes, 1 branch in 23 days
Contributions summary:Darshil's primary contribution involves data analysis within a Jupyter Notebook. The user imports pandas, a data analysis and manipulation library, and reads a CSV file containing data on Apple products. The code then uses pandas to display the first few rows, count the number of rows, and determine the maximum and minimum values within the 'Mrp' column. This suggests a focus on initial data exploration and understanding using pandas.