Answered step by step
Verified Expert Solution
Link Copied!

Question

00
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 1
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.
1. 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
2. Visualize the data, including the following:
a. Frequency/Distribution plots
b. Univariate and Multivariate plots
FacebookFriends.xlsx
Facebook Social Network Database (n =715 observations, m =21 variables)
Age Age in years
Photos # of Photos
# of Tags # of photos individual is tagged in
Albums # of Albums
Gender (Male=1; Female=0)
Emp '1' if individual is listed as working., '0' if Unemployed
Profile To identify the individual on the webpage, does the individual use a picture of himself (=1) or of something else (=0) on the PROFILE Picture.
Cover To identify the individual on the webpage, does the individual use a picture of himself (=1) or of something else (=0) on the COVER.
Orientation Sexual orientation of the individual: heterosexual (=1), not heterosexual (=0)
Relationship (In a relationship =1; Not in a relationship =0)
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 1 if individual lists their current location residing in a state located in the Midwestern region of the U.S.,0 otherwise.
Seast 1 if individual lists their current location residing in a state located in the Southeastern region of the U.S.,0 otherwise.
West 1 if individual lists their current location residing in a state located in the Western region of the U.S.,0 otherwise.
Children (Children=1; No Children =0)
Likes # of 'Likes' visible on main page
Edu 1 if individual lists only a High School education or less., otherwise 0.
Events # of events listed
USA (Lives in the USA =1; lives ouside USA =0)
Response variable (y) Friends # of Friends

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started