Survey-insights

Abdelrhman Sadek

Data Visualizer
Microsoft Excel
Microsoft Power BI
Python
GitHub

Survey-insights

Description

in these surveys the focused on classifying people who are being asked into groups based on a lot of features like gander, nationality,Religion, and more other features even race and zodiac signs then ask them 5 main questions for the survey:
What do you think when an influencer is obviously selling a product?
What social platform has influenced your online shopping most?
What is the most important trait when defining an influencer?
Who are your favorite people to follow online?
Does it annoy you when popular social media accounts endorse products or services?
What do you consider an influencer?
with this so many groups, it will be hard to access all this information The goal: is to build an interactive dashboard to access the information and insights of the survey more easily with a small piece of code with Python split the questions into 5 data frames each one has a question of the survey
influencer_seller=df[df['Question'] == 'What do you think when an influencer is obviously selling a product?']
online_shoping_influencer=df[df['Question'] == 'What social platform has influenced your online shopping most?' ]
defining_a_influencer=df[df['Question'] == 'What is the most important trait when defining an influencer?' ]
favorite_people=df[df['Question'] == 'Who are your favorite people to follow online?' ]
Churn_from_ads=df[df['Question'] == 'Does it annoy you when popular social media accounts endorse products or services?']

#Save to CSV
influencer_seller.to_csv('E:\\py\\Servay\\influencer_seller.csv',index=False)
online_shoping_influencer.to_csv('E:\\py\\Servay\\online_shoping_influencer.csv',index=False)
defining_a_influencer.to_csv('E:\\py\\Servay\\defining_a_influencer.csv',index=False)
favorite_people.to_csv('E:\\py\\Servay\\favorite_people.csv',index=False)
Churn_from_ads.to_csv('E:\\py\\Servay\\Churn_from_ads.csv',index=False)

Dashboard

Partner With Abdelrhman
View Services

More Projects by Abdelrhman