<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sekinat Oyero</title>
    <description>The latest articles on DEV Community by Sekinat Oyero (@sekinatoyero).</description>
    <link>https://dev.to/sekinatoyero</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1117693%2Ffe96d6e9-f9f9-4264-ba02-a0b013f23ee5.jpeg</url>
      <title>DEV Community: Sekinat Oyero</title>
      <link>https://dev.to/sekinatoyero</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sekinatoyero"/>
    <language>en</language>
    <item>
      <title>Survey Data Analysis using Power BI</title>
      <dc:creator>Sekinat Oyero</dc:creator>
      <pubDate>Sat, 29 Jul 2023 12:40:26 +0000</pubDate>
      <link>https://dev.to/sekinatoyero/survey-data-analysis-using-power-bi-1ng8</link>
      <guid>https://dev.to/sekinatoyero/survey-data-analysis-using-power-bi-1ng8</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;br&gt;
Recently, I analysed survey data from the research conducted to study the impact of fitness wearables on consumer behaviour, which can be found on &lt;a href="https://www.kaggle.com/datasets/harshitaaswani/fitness-consumer-survey-data"&gt;Kaggle&lt;/a&gt;. The dataset was collected for beginners to perform exploratory data analysis. However, I used this data to practice data modelling, exploratory data analysis, and report/dashboard generation in Power BI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Dataset&lt;/strong&gt;&lt;br&gt;
The dataset consists of 30 responses from 30 respondents and 21 questions that were asked along with the timestamp.  This data is tidy, i.e., it is complete with no missing values, every row corresponds to an observation, each column corresponds to a feature in each response, and each cell contains only a value.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Business Task&lt;/strong&gt;&lt;br&gt;
The three key business questions I identified from this data are&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Who are those using the fitness wearables, i.e. consumer demographic?&lt;/li&gt;
&lt;li&gt;What is the trend in the use of fitness wearables?&lt;/li&gt;
&lt;li&gt;What is the behavioural impact of fitness wearables on consumers?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Due to the nature of the datasets, because it has too many columns with the same answer choice, it is crucial to organise and structure data in a way that makes it easier to understand and analyse.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Analysis&lt;/strong&gt;&lt;br&gt;
The analysis procedures meted on this dataset are data cleaning, modelling and data visualisation. The data cleaning process involved removing the timestamp column, adding a responseID column and renaming some columns. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Modelling.&lt;/strong&gt; &lt;br&gt;
After carefully observing the dataset to model the data so that its analysis will answer those business questions listed better, I realised that some survey questions relate to the impact of fitness wearables on consumers. These impacts are listed below;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Helped them connect to the fitness community&lt;/li&gt;
&lt;li&gt;Helped achieve their fitness goal&lt;/li&gt;
&lt;li&gt;Impacted their overall health&lt;/li&gt;
&lt;li&gt;Improved overall well-being&lt;/li&gt;
&lt;li&gt;Improved sleep patterns&lt;/li&gt;
&lt;li&gt;Made exercising more enjoyable&lt;/li&gt;
&lt;li&gt;Stay motivated to exercise&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I grouped all questions related to these and the responseID column (to link the table to other tables in the data model) in a table called &lt;em&gt;impact&lt;/em&gt; and unpivoted them, with their answers ranging from strongly disagree to strongly agree&lt;/p&gt;

&lt;p&gt;The other group of questions relates to the influence that fitness wearables have had on consumer behaviour, and they are;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;To change diet&lt;/li&gt;
&lt;li&gt;To exercise more&lt;/li&gt;
&lt;li&gt;To join a gym or fitness class&lt;/li&gt;
&lt;li&gt;To purchase other fitness-related products&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Questions related to these and the ResponseID column were grouped and unpivoted in another table called &lt;em&gt;influence&lt;/em&gt;.&lt;br&gt;
Other questions related to the consumers' demographics and the trend of fitness wearables use were left in the survey table. Custom sort tables for impact and influence tables were created to sort the tables from Strongly Disagree being the least to Strongly agree being the highest ranking.&lt;br&gt;
The final data model is shown below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Jf8sRs8V--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pthrek4h5odjvha2uaos.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Jf8sRs8V--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pthrek4h5odjvha2uaos.png" alt="Data model" width="800" height="392"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Visualisation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The overview of the visualisations is shown in the Power BI dashboard below. All of the features are categorical columns; as such, donut chart, column and stacked bar chart were used.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DHpAa7cW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4kxa00jykld2l8n4sgtr.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DHpAa7cW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4kxa00jykld2l8n4sgtr.jpg" alt="Dashboard" width="800" height="444"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the visual, we could see that the gender of respondents is almost evenly distributed and about 75% are age 34 and below. Only about 10% of the respondents rarely use fitness wearables. 80% of the respondents reported that fitness wearable has positively impacted their fitness routine. &lt;/p&gt;

&lt;p&gt;All respondents agree that fitness wearable has influenced them to change their diet, exercise more and join a gym or fitness class. At the same time, only about 2% disagree that it has influenced them to purchase other fitness-related products. &lt;/p&gt;

&lt;p&gt;A more significant percentage of the respondents agreed that it has strongly helped them connect to the fitness community, helped them achieve their fitness goal, impacted their overall health, improved overall well-being, improved sleep patterns, made exercising more enjoyable and stayed motivated to exercise.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
Despite the small nature of the dataset, significant insights can be made. My data modelling approach gave me a better understanding of how insights can be made from a dataset. However, for a more robust analysis, more data is required.&lt;/p&gt;

&lt;p&gt;Link to full Power Bi report (pdf version) &lt;a href="https://drive.google.com/file/d/1ATVs5fOk0fPGC7uxjRZD5vdjF1UjnF4P/view?usp=drive_link"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading. Please share your thoughts in the comment section below.&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>powerbi</category>
      <category>tutorial</category>
      <category>datastorytellling</category>
    </item>
    <item>
      <title>WeRateDogs Data Viz</title>
      <dc:creator>Sekinat Oyero</dc:creator>
      <pubDate>Tue, 11 Jul 2023 17:32:38 +0000</pubDate>
      <link>https://dev.to/sekinatoyero/weratedogs-data-viz-5aal</link>
      <guid>https://dev.to/sekinatoyero/weratedogs-data-viz-5aal</guid>
      <description>&lt;p&gt;WeRateDog is a Twitter account that rates people's dogs with a humorous comment about the dog. These ratings are carried out in a unique way- The denominator is 10 while the numerator is greater than 10 e.g. 17/10. WeRateDogs started in 2015 and became popular after then. Currently, It has over 4 million followers and has received international media coverage. The data for this account has been gathered, assessed and cleaned. This post aims to draw out some insight from the cleaned datasets. We want to answer the following questions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Which is the most popular dog breed? &lt;/li&gt;
&lt;li&gt;Which Breeds have the  highest ratings&lt;/li&gt;
&lt;li&gt;Which Dog Stage is more liked?&lt;/li&gt;
&lt;li&gt;Does the rating of breeds and dog stages correlate well with the popularity of breeds?&lt;/li&gt;
&lt;li&gt;Does the rating of breeds and dog stages correlate well with favorite and retweet count?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I have analysed and visualised the WeRateDogs Twitter data using Python to answer these questions. &lt;/p&gt;

&lt;h4&gt;
  
  
  Dog Breeds Popularity
&lt;/h4&gt;

&lt;p&gt;From the counts of all breeds arranged in decreasing order, the twenty most popular dogs are shown in the image below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HClxHd2Z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qzct1g4hbcd2z71cwe5b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HClxHd2Z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qzct1g4hbcd2z71cwe5b.png" alt="Popular dog breed" width="608" height="401"&gt;&lt;/a&gt;&lt;br&gt;
          &lt;em&gt;Golden Retriever is the most popular dog here&lt;/em&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Most Enamoured Dog Breed
&lt;/h4&gt;

&lt;p&gt;The average number of likes that each dog breed has accrued over the three years is also displayed below. This bar plot shows that Bedlington_terrier is the most liked dog breed; even though golden retriever is the most popular. It barely made the 20th position on the list.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TJrveSV2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/04b98ljet2edmgiq1p10.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TJrveSV2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/04b98ljet2edmgiq1p10.png" alt="Highly liked dog breeds" width="800" height="641"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ldV6TL8G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://pbs.twimg.com/media/CUJppKJWoAA75NP.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ldV6TL8G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://pbs.twimg.com/media/CUJppKJWoAA75NP.jpg" width="768" height="1024"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Most Rated dog Breed by WeRateDog
&lt;/h4&gt;

&lt;p&gt;Rating average of each dog breed over the three years shows that the most rated breed is Bouvier_des_Flandres with a rating of 13/10. However, mean is not a good representation of this. The population that receives this rating is also a determinant. The ratio of mean rating over population shows the distribution and the one with the highest rating distributed across the population is golden_retriever with a rating of 11.56/10. This is followed by Labrador_retriever and Chihuahua as shown below. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RvWxHRcb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tjklt53ajyssow7ddxsw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RvWxHRcb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tjklt53ajyssow7ddxsw.png" alt="highly rated dog breeds" width="800" height="593"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KZvOflCM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qlygswmbvyqcnufolg5s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KZvOflCM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qlygswmbvyqcnufolg5s.png" alt="high gross rated breeds" width="800" height="584"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Most Rated Dog Stage For Being a Good Dog
&lt;/h4&gt;

&lt;p&gt;Between the two popular dog stage, Pupper and doggo, doggo  has the highest mean rating in 2016 and in 2017 they have almost equal mean rating. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pj2Xr9Tw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/55ihtyj7xyyzeefjat9z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pj2Xr9Tw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/55ihtyj7xyyzeefjat9z.png" alt="Dog stages rating" width="800" height="778"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the course of the three years, Doggo is the only dog stage consistently rated high in 2016 and 2017. Data for 2015 is not available probably because the idea of the WeRate Dog just started evolving.&lt;br&gt;&lt;br&gt;
As shown in the image below, In 2016, Doggo has the highest mean likes while in 2017, Pupper  had the highest mean likes. Overall, Doggo is well-favourited.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pYgxvG8R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/f5404jwmqdxxhwopgep1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pYgxvG8R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/f5404jwmqdxxhwopgep1.png" alt="favorited dog stages" width="595" height="576"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--sdaHNil---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://pbs.twimg.com/media/C7t0IzLWkAINoft.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--sdaHNil---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://pbs.twimg.com/media/C7t0IzLWkAINoft.jpg" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt; Here goes the winning doggo!&lt;/span&gt; &lt;/p&gt;

</description>
      <category>datascience</category>
      <category>writing</category>
      <category>python</category>
      <category>analytics</category>
    </item>
  </channel>
</rss>
