Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Practice Session 1 For the practice sessions, you will follow the same model as done for the previous course in R programming language. Follow the
Practice Session
For the practice sessions, you will follow the same model as done for the previous course in R programming language. Follow the faculty's lead in the Descriptive Analysis in Python session and carry out basic descriptive statistical analysis on the Facebook Friends dataset.
Load the dataset into the Jupyter Notebook and carry out data examination, including the following:
a Data type and structure
b Statistical summary of all attributes
c Breakdown of the data by variables
Visualize the data, including the following:
a FrequencyDistribution plots
b Univariate and Multivariate plots
FacebookFriends.xlsx
Facebook Social Network Database n observations, m variables
Age Age in years
Photos # of Photos
# of Tags # of photos individual is tagged in
Albums # of Albums
Gender Male; Female
Emp if individual is listed as working., if Unemployed
Profile To identify the individual on the webpage, does the individual use a picture of himself or of something else on the PROFILE Picture.
Cover To identify the individual on the webpage, does the individual use a picture of himself or of something else on the COVER.
Orientation Sexual orientation of the individual: heterosexual not heterosexual
Relationship In a relationship ; Not in a relationship
Posts This indicates thetotal number of posts on their 'timeline' last month.
Replies This indicates the total number of replies from the individual themself on their 'timeline' last month.
MidWest if individual lists their current location residing in a state located in the Midwestern region of the US otherwise.
Seast if individual lists their current location residing in a state located in the Southeastern region of the US otherwise.
West if individual lists their current location residing in a state located in the Western region of the US otherwise.
Children Children; No Children
Likes # of 'Likes' visible on main page
Edu if individual lists only a High School education or less., otherwise
Events # of events listed
USA Lives in the USA ; lives ouside USA
Response variable y Friends # of Friends
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started