You are on page 1of 3

WEEKLY REPORT OF DATA ANALYSIS USING PYTHON

Name of the Student and Roll No. Nandini Singh / 220617005


Name of the Company Samatrix.io
Period of the Report Week 1st / 2nd / 3rd / 4th
4th / 5th / 6th / 7th / 8th /
9th / 10th
Activities undertaken during the week Details of the activity:
•Bank_marketing EDA (Project).
 Pivot table.
 Important interview questions.

Details of field trips under taken (if any) and As it is an Virtual Internship, so in this no such field trips
summary of results of such trips are taken yet.
Learning Points acquired from above We got to learn about many activities done in this week
activities like:-
 We got to learn and to use many
functions like –
 bank.describe()
 bank.tail()
 bank.shape
 bank.info()
 bank.head
 bank.describe() which tells about
numerical values.
 bank.describe(include="object")
 it tells about string/ categorical too.
 if we want to check the null values
 null=bank.isnull().sum()
 Groupby
 bank.groupby("categorical
data")["numerical
data"].aggregation(max,min,sum,mean)
 Can find relation or insights between
categorical and numerical data
 Bivariate analysis
 Data Filtering
 advanced filtering(loc and iloc)
 loc- label based filtering
 iloc -interpreter(indexing) based
filtering
 pivot table is a powerful data
manipulation tool that allows you to
transform data and create summary table
from dataframe.
 syntax pivot table
 these are the Learning Points acquired
from above activities.

Plan for the next week Project Work.


Any leave taken during the week No
Any other point No such other points as of now .

You might also like