<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Group 2 Padlet - Online Delivery  by TEO KOK SIEN</title>
      <link>https://padlet.com/2180502c/7lvre70vrgdqgipw</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2021-06-07 11:14:52 UTC</pubDate>
      <lastBuildDate>2025-01-21 20:11:20 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>About the dataset</title>
         <author>2180502c</author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589639055</link>
         <description><![CDATA[<div>With <strong>millennials </strong>accounting for 63% of the overall user base of the OFD app market in India 2019 (see footnote 1), Zomato decided to randomly select <strong>388 subjects</strong> between the ages of <strong>18 to 33</strong> from the bustling city of Bangladesh in India for this study. <br><br>The 388 subjects were interviewed with 55 questions, the breakdown of which are as follows: <br>-10 questions are related to the subjects' <strong>demographics </strong>(e.g age, gender, occupation etc).<br>-10 questions are on the subject's <strong>food takeout habits </strong>(e.g which method do they use to order their takeout food most often etc). <br>- 35 questions are related to the subject's <strong>preferences or opinions </strong>(e.g maximum waiting time, offers and discount etc) and how they might influence the subject's decision to use an OFD app or not. &nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/ff095a10193464ccb1a8e185401db58e/image.png" />
         <pubDate>2021-06-07 11:16:08 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589639055</guid>
      </item>
      <item>
         <title>Data Preparation Overview</title>
         <author></author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589648057</link>
         <description><![CDATA[<div>Before we can derive meaningful insights from the survey results, we subjected the dataset to the augmented data preparation process as follows:<br>1. <strong>Accessing </strong>the dataset.<br>2. <strong>Profiling </strong>the dataset to identify data quality problems.<br>3. Performing data <strong>cleaning </strong>and <strong>transformation</strong>.<br>4. <strong>Pivoting </strong>the data to identify patterns and draw insights<br>5. <strong>Normalising/ scaling </strong>the data before feeding into regression model<br>The above process converts the raw data into a format that is suitable and ready for further augmented analytics to be performed.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-07 11:23:05 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589648057</guid>
      </item>
      <item>
         <title>1. Accessing the data</title>
         <author>2180502c</author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589649486</link>
         <description><![CDATA[<div>Each of the 388 subject's responses to the 55 questions were recorded, compiled and published on the following website: <a href="https://www.kaggle.com/benroshan/online-food-delivery-preferencesbangalore-region?select=onlinedeliverydata.csv">https://www.kaggle.com/benroshan/online-food-delivery-preferencesbangalore-region?select=onlinedeliverydata.csv</a><br>We extracted the dataset as an excel file and uploaded it into TIBCO, before proceeding to step 2: Data profiling.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/956120a0f19e91f9e2c8dba2bb1e673d/Capture.JPG" />
         <pubDate>2021-06-07 11:24:12 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589649486</guid>
      </item>
      <item>
         <title>2 Data Profiling &amp; Cleaning - Age</title>
         <author>2180502c</author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589650403</link>
         <description><![CDATA[<div>While we may have all the 833 subject's responses to the 55 questions, chances are that some of the data is not clean. We made use of TIBCO's augmented data preparation tools to identify and fix data quality problems such as incorrect, incomplete, irrelevant, duplicated, or improperly formatted data. <br><br><strong>Data Profiling:&nbsp; </strong>For example, we understand that the dataset was collected by surveying city dwellers between the ages of 18 to 33. In order to confirm this, we made use of TIBCO's <strong>Visualisation Recommendation </strong>tool to perform a semantic check. When we created the histogram recommended by TIBCO, we observed that there is a record with the age of 72. Clearly, this is an outlier that could have been caused by typing in the wrong age. <br><br><strong>Data Cleaning: </strong>Because there is only 1 outlier, we can remove this row of data by clicking on the outlier on the histogram to delete it.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223556283/67643bc148fe2ee92e97aa0aebce136f/Capture.PNG" />
         <pubDate>2021-06-07 11:24:53 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589650403</guid>
      </item>
      <item>
         <title>3. Data Transformation</title>
         <author>2180502c</author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589654950</link>
         <description><![CDATA[<div>Majority (35) of the 55 questions were related to preferences or opinions(e.g waiting time, offers and promotions) that might influence the subject's decision to use a OFD app or not. For these questions, subjects selected one of the 5 ratings <strong>(Strongly agree, agree, neutral, disagree or strongly disagree)</strong> to reflect how important each attribute was in affecting their decision making process.<br><br>These 5 ratings (Strongly agree, agree, neutral, disagree or strongly disagree) are <strong>Ordinal Data</strong>, and their <strong>natural order </strong>or <strong>ranking </strong>is important for our analysis. While humans can easily tell the difference in ranking between e.g strongly agree and just agree or neutral , analytical software such as TIBCO is not able to do so automatically on <strong>textual data</strong>.&nbsp; <br><br>Thus, we performed data transformation to convert the 5 ratings into a <strong>numeric scale</strong> as follows:<br>(Strongly agree to 2)<br>(Agree to 1)<br>(Neutral to 0)<br>(Disagree to -1)<br>(Strongly disagree to -2)</div>]]></description>
         <pubDate>2021-06-07 11:28:12 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589654950</guid>
      </item>
      <item>
         <title>4.1 Data Profiling and Pivoting - Output</title>
         <author>2180502c</author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589663598</link>
         <description><![CDATA[<div>Out of our 388 subjects surveyed, 301 of them have identified themselves as supporters of using an OFD app, while the remaining 87 are non-supporters, preferring to stick to other forms of food delivery methods (e.g walk-in, call in or use internet browser). This information is captured under the <strong>Output </strong>column as "Yes" for supporters and "No" for non-supporters.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/05eed45aa81b5afa438ff13055945d67/Capture.jpg" />
         <pubDate>2021-06-07 11:33:16 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589663598</guid>
      </item>
      <item>
         <title>3.1 Data Transformation - Time Saving</title>
         <author></author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589876641</link>
         <description><![CDATA[<div>To illustrate, we performed data transformation on the <strong>Time Saving</strong> column using the following steps: <br>1.&nbsp; &nbsp; &nbsp; &nbsp;Click on&nbsp; the <strong>Data Canvas</strong> dialog.&nbsp;</div><div>2.&nbsp; &nbsp; &nbsp; &nbsp;Click on the <strong>+</strong> sign and select <strong>Add transformations<br></strong>3.&nbsp; &nbsp; &nbsp; &nbsp;Select <strong>Calculate new column</strong> and click <strong>Insert<br></strong>4.&nbsp; &nbsp; &nbsp; &nbsp;Input the code below to convert the ratings "Strongly agree to strongly disagree" to the numeric value (-2, -1, 0, 1, 2) under a new column called <strong>Time Saving Recoded</strong>:</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/78d1f4cc4f029fb384fe845a8bb1a949/Time_Saving.jpg" />
         <pubDate>2021-06-07 13:13:06 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589876641</guid>
      </item>
      <item>
         <title>3.2 Data Transformation - Time Saving Recode</title>
         <author></author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589899708</link>
         <description><![CDATA[<div>When we click on the TIBCO's <strong>Data Panel </strong>to look<strong> </strong>up the new column <strong>Time Saving Recode</strong> created, observe that the data has been converted to the numeric scale (2,1,0,-1,2) as per the screenshot below. <br><br>We can repeat the above process for the remaining 34 preference variables. Thereafter, we can use TIBCO tools to <strong>compare the different variables</strong> using the numeric scale created.&nbsp;<br><br>For example, if TIBCO computes that the average score of the “Time savings” variable is 1.5 while that of “Affordable” is -1.0, it implies that subjects generally agree that Online Food Delivery platform brings about time savings, but disagree that it is cheaper than other food order options (e.g walk-in, call in or use a web-browser to make orders).&nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/aee2e6e07b35dbbd6ab1bc952920d1ef/Capture.JPG" />
         <pubDate>2021-06-07 13:20:19 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1589899708</guid>
      </item>
      <item>
         <title>4.2 Pivot - Output &amp; Time Saving column</title>
         <author></author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1590035456</link>
         <description><![CDATA[<div>We wanted to see whether the supporters and non-supporters differ in their opinion on whether the use of an OFD app led to time savings. Thus, we made use of TIBCO's <strong>Pivot </strong>function to group the responses for the <strong>Time Saving </strong>column according to the <strong>Output </strong>columns.&nbsp;<br><br>Under TIBCO's Pivot function, choose Time Saving for the rows, and Output for the column.&nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/a9b74ca2abb1e4838466ea5d53933e6f/Capture.JPG" />
         <pubDate>2021-06-07 14:03:46 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1590035456</guid>
      </item>
      <item>
         <title>4.3 Pivot - Output and Time Saving</title>
         <author></author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1590082573</link>
         <description><![CDATA[<div>The pivot table results indeed show that there is a significant difference in opinion between the supporters and non-supporters on whether the use of OFD platforms led to time savings for them.&nbsp;</div><div>&nbsp;</div><div>From the table, we can see that <strong>majority </strong>(131+109 =240 out of 311) of the <strong>supporters </strong>either agree or strongly <strong>agree </strong>that the use of OFD app led to time savings for them. Conversely, <strong>majority </strong>(51 out of 87) of the <strong>non-supporters</strong> <strong>disagree </strong>that the use of Online Food Delivery platforms led to <strong>time savings</strong>. Conversely,&nbsp;</div><div>&nbsp;</div><div>Based on these results, we can infer that majority of the <strong>supporters </strong>are <strong>satisfied </strong>with the time savings brought about by the use of Online Food Delivery apps. Thus, the app company does not need to worry about time savings to continue retaining these supporters as their customers. Instead, the app company should do a similar pivot against the other 34 preference variables to find out which variable the supporters are least satisfied with. <strong>The app company can work on improving these other variables.&nbsp;</strong></div><div>&nbsp;</div><div>As for the <strong>non-supporters</strong>, maybe they experienced long delays when they ordered their food using an Online Food Delivery app in the past, which led them to become non-supporters. Thus, in order to convert this group of non-supporters into supporters, the app company should <strong>focus on finding out what led to the long delays faced by the non-supporters and solve it</strong>. Then, maybe these non-supporters will become supporters of the food delivery app and increase market share for the company.&nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/42d06b9c1782cbb519a98acd288ffa0f/Capture.JPG" />
         <pubDate>2021-06-07 14:18:47 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1590082573</guid>
      </item>
      <item>
         <title>Introduction</title>
         <author></author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1591991024</link>
         <description><![CDATA[<div>Online food delivery (“OFD”) applications such as Grabfood and Foodpanda have revolutionised the food takeout industry, allowing people to order their meals with <strong>ease and convenience</strong> at the click of a button on their mobile phones. However, not everyone is convinced. Citing reasons such as bad past experiences and <strong>higher costs</strong>, there is still a substantial number of people who shun the use of these OFD apps. <br><br>From the <strong>OFD app companies' perspective</strong>, this group of people could represent an opportunity for the companies to capture more <strong>market share</strong> in a highly competitive OFD industry.<br><br></div><div><strong>Zomato</strong>, the most popular OFD app company in India with around <strong>40% market share</strong> in 2019, commissioned a study to better understand India's city dweller demographics, habits and preferences impacting their food takeout decision making process. <br><br>Based on the insights gained, Zomato aims to develop marketing strategies to increase its <strong>customer conversion</strong> and <strong>retention </strong>rates for its OFD app, thereby increasing its <strong>bottom line</strong>.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/7d5a0ff1d46c76ba92ce322da433a5ff/image__2_.webp" />
         <pubDate>2021-06-08 05:30:02 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1591991024</guid>
      </item>
      <item>
         <title>5.1 Data Normalisation/ Scaling - Age and Income</title>
         <author></author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1591995851</link>
         <description><![CDATA[<div>Insofar, we know the following about the 388 subjects:<br>- Their <strong>age </strong>is between 18 to 33 years old. <br>- Their <strong>minimum monthly income</strong> can vary widely from 0 to 50001 rupees, depending on their occupation<br><br>We can use these 2 variables as part of further analysis like linear multivariate linear regression to predict whether someone is likely to be a supporter or non-supporter of OFD app by virtue of their age or minimum monthly income. <br><br>However, <strong>because the data values of Minimum Monthly Income is much larger than the age value</strong>s, the Minimum Monthly Income variable will automatically and disproportionately have a much larger impact on the model output than Age. This is not accurate as age could be just as important income in predicting the output of whether the person will be a supporter or non-supporter of OFD app.&nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/1f32ef7dc968d793feedc45960a4e6a2/Capture.JPG" />
         <pubDate>2021-06-08 05:33:11 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1591995851</guid>
      </item>
      <item>
         <title>5.2 Data Normalisation/ Scaling - Age and Income</title>
         <author></author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1592038286</link>
         <description><![CDATA[<div>Thus, we made use of TIBCO’s normalisation function on the data for these 2 variables to scale all the data to the same range of between 0 to 1.&nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/fc3ab9ff959bd98fbca0df491d3d0e63/Capture.JPG" />
         <pubDate>2021-06-08 05:55:54 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1592038286</guid>
      </item>
      <item>
         <title>5.3 Data Normalisation/ Scaling - Age and Income</title>
         <author></author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1592061239</link>
         <description><![CDATA[<div>The data for the Age and Minimum Monthly Income have been scaled to between 0 to 1.<br><br>To note, however, that Minimum Monthly Income does not have bell-shaped distribution because a substantial number of the subjects surveyed were students or housewives with little to no income.&nbsp;<br><br>Nevertheless, when these scaled data is then fed into a regression model, these 2 columns will be more comparable in terms of importance in predicting the output.</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1223535194/c1e409202f17ac053c7bba1ffb3f541f/Capture.JPG" />
         <pubDate>2021-06-08 06:07:35 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1592061239</guid>
      </item>
      <item>
         <title>References</title>
         <author></author>
         <link>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1592073819</link>
         <description><![CDATA[<div><em>https://www.kaggle.com/benroshan/online-food-delivery-preferencesbangalore-region?select=onlinedeliverydata.csv&nbsp;</em></div><div><em>&nbsp;</em></div><div><a href="https://www.businesswire.com/news/home/20200421005457/en/Outlook-on-the-Online-Food-Delivery-Market-in-India-to-2024---Increased-Number-of-Dual-Income-Families-Presents-Opportunities---ResearchAndMarkets.com"><em>https://www.businesswire.com/news/home/20200421005457/en/Outlook-on-the-Online-Food-Delivery-Market-in-India-to-2024---Increased-Number-of-Dual-Income-Families-Presents-Opportunities---ResearchAndMarkets.com</em></a></div><div><em>&nbsp;</em></div><div><em>https://towardsai.net/p/data-science/how-when-and-why-should-you-normalize-standardize-rescale-your-data-3f083def38ff</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-08 06:14:07 UTC</pubDate>
         <guid>https://padlet.com/2180502c/7lvre70vrgdqgipw/wish/1592073819</guid>
      </item>
   </channel>
</rss>
