<?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: Spencer </title>
    <description>The latest articles on DEV Community by Spencer  (@spencer_khaweli_47c4d513c).</description>
    <link>https://dev.to/spencer_khaweli_47c4d513c</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4070920%2Ff3807c09-1cbf-45df-b0b5-f18b169dddc4.png</url>
      <title>DEV Community: Spencer </title>
      <link>https://dev.to/spencer_khaweli_47c4d513c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/spencer_khaweli_47c4d513c"/>
    <language>en</language>
    <item>
      <title>Data Analysis 101: Concepts, Techniques, and Real-world Application</title>
      <dc:creator>Spencer </dc:creator>
      <pubDate>Sun, 13 Sep 2026 09:33:05 +0000</pubDate>
      <link>https://dev.to/spencer_khaweli_47c4d513c/data-analysis-h80</link>
      <guid>https://dev.to/spencer_khaweli_47c4d513c/data-analysis-h80</guid>
      <description>&lt;h1&gt;
  
  
  Introduction
&lt;/h1&gt;

&lt;p&gt;Data analysis is the process of collecting, cleaning, organizing,examining and interpreting data to find useful information and play a major role in decision making. As a data analyst, it means looking at numbers and information and trying to figure out what they are telling you &lt;/p&gt;

&lt;h2&gt;
  
  
  Steps in data analysis
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Collect data&lt;/strong&gt;-Whereby this is the collection of data from websites, databases, surveys, websites etc.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clean Data&lt;/strong&gt; - This is the process of fixing errors, removing duplicates, and handle missing information.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Organize Data&lt;/strong&gt;- Putting information in a useful structure &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analyze Data&lt;/strong&gt;- Use calculations, statistics, and patterns to understand it.
5 &lt;strong&gt;Visualize Data&lt;/strong&gt;- Create charts, graphs and dashboards&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Interpret and communicate&lt;/strong&gt; - Explain what the result means and recommend actions.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Tools used in data analysis
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Excel.&lt;/li&gt;
&lt;li&gt;Power BI.&lt;/li&gt;
&lt;li&gt;SQL.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  EXCEL
&lt;/h2&gt;

&lt;p&gt;Excel is one of the most beginner friendly tool used in data analysis. We can use excel in the following&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Organize and clean data - where we use things like conditioning formating where the appearance of a cell are changed based on the defined conditions so increasind it's readability&lt;/li&gt;
&lt;li&gt;Calculate totals, averages, percentages and growth - where we come across AVERAGEIFS, SUMIFS ; which only allows to calculate the averages or sums of a particular column if they have met a specific condition&lt;/li&gt;
&lt;li&gt;Filter and sort large datasets - This is where we use the find and replace functions which enables the correction of errors from the wrong type to the required type.&lt;/li&gt;
&lt;li&gt;Create chart and graphs - Creation of charts and graphs depends on the type of visualization you would wish to portray. A good example being the donut chart which we can use to portray six subjects at most in order to enable good readability, other examples include; column and area bar, line graph, clustered and stacked column charts etc.&lt;/li&gt;
&lt;li&gt;Use formulas such as SUM, AVERAGE, IF, COUNTIF, and XLOOKUP- The formulas are used to find the desired result i.e. if you desire your answer to be in total, average or only count the cells that meet a specific requirement. In addition, we also have the VLOOKUP which checks for the desire request in a vertical arrangement and HLOOKUP which looks for the required search in a horizontal arrangement &lt;/li&gt;
&lt;li&gt;Create PivotTables to summarize large amounts of data - In a case of Excel you open a new tab and click on any of the cells plus insert pivotable; Rows are used for grouping categories and columns are used to create comparison layers&lt;/li&gt;
&lt;li&gt;Build reports and dashboards - A report is basically a submission of what your analysis findings and explanations whereas a dashboard is a visualized data in form of tables, a dashboard must have a title, Key performance indicators (KPIs)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Power Quary
&lt;/h2&gt;

&lt;p&gt;Power Quary is an excel inbuilt tool that is used;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;To clean data &lt;/li&gt;
&lt;li&gt;To import data&lt;/li&gt;
&lt;li&gt;To transform data&lt;/li&gt;
&lt;li&gt;To combine data &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Power BI.
&lt;/h2&gt;

&lt;p&gt;Power BI helps to turn raw data into interactive reports, charts and dashboards so you can understand what is happening and make decisions. So, we can say power BI is used for visualization.&lt;/p&gt;

&lt;h3&gt;
  
  
  Dax
&lt;/h3&gt;

&lt;p&gt;Dax analysis expression is a formulae language that power BI uses to create customs and calculations (it can create a calculated measure, column or table)&lt;/p&gt;

&lt;h4&gt;
  
  
  Categories of Dax functions
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Aggregate/Mathematical/Statistical functions; which include sum, average, maximum, median, and count&lt;/li&gt;
&lt;li&gt;Filter functions - help to modify the filter context&lt;/li&gt;
&lt;li&gt;Logical conditions - evaluate logic in calculations, used to evaluate conditions and return if those conditions and true or false. These logical functions are used in decision making. Examples include ;&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;IF - when you have two or more conditions.&lt;/li&gt;
&lt;li&gt;Nested IF - when you have more than two conditions. &lt;/li&gt;
&lt;li&gt;NOT - opposes logic.&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Text functions - where we use the cut and trim&lt;/li&gt;
&lt;li&gt;Date and time functions - where we use functions like; DATEDIF where we can get the difference in time from two different dates 'NOW () which enables us to get the time at the moment, WEEKNUM which enables the counting of the numbers of weeks in an allocated timeframe &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Data analysis is an important process that helps individuals and organizations turn data into useful information. Tools such as excel and power BI make data analysis easier by helping users perform calculations, create visualization and present information clearly.Therefore,developing data analysis skills is valuable in today's world because data plays an important role in business,education,research and everyday decions-making. &lt;/p&gt;

</description>
      <category>career</category>
      <category>devops</category>
      <category>ai</category>
      <category>programming</category>
    </item>
    <item>
      <title>Building An Interactive Excel Dashboard For E-commerce Project Analysis</title>
      <dc:creator>Spencer </dc:creator>
      <pubDate>Tue, 08 Sep 2026 22:53:20 +0000</pubDate>
      <link>https://dev.to/spencer_khaweli_47c4d513c/building-an-interactive-excel-dashboard-for-e-commerce-project-analysis-4h06</link>
      <guid>https://dev.to/spencer_khaweli_47c4d513c/building-an-interactive-excel-dashboard-for-e-commerce-project-analysis-4h06</guid>
      <description>&lt;h2&gt;
  
  
  INTRODUCTION
&lt;/h2&gt;

&lt;p&gt;Data science and analysis is the process of using data to understand what is happening,find patterns,solve problems and make better decisions,In some cases most of the available data is usualy dirty, Excel and power Bi are some of the tools that can be used in data cleaning&lt;br&gt;
Stick with me as I try to answer the following questions&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Whether larger reviews are associated with more reviews&lt;/li&gt;
&lt;li&gt;Whether highly rated products attract stronger engagements&lt;/li&gt;
&lt;li&gt;Whether pricing and ratings move together&lt;/li&gt;
&lt;li&gt;Which products perform best based on ratins&lt;/li&gt;
&lt;li&gt;Which product may need a different pricing or marketing strategy&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Initial data-quality audit
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fczg18titwqf83p7mwe17.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fczg18titwqf83p7mwe17.png" alt="a picture of the original dirty data" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
From the above picture we can see a number of issues with the data &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The numbers have been kept in text form&lt;/li&gt;
&lt;li&gt;The product colomn needs to be trimmed to get rid of the unnessesary spaces &lt;/li&gt;
&lt;li&gt;Blanks and errors are visible in the dataset
4.Some of the words have been misspelled&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Cleaning and preparation decisions
&lt;/h2&gt;

&lt;p&gt;Inorder for our file to be cleaned the following need to be done&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fe5qbzu123fzcqjyp5qzf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fe5qbzu123fzcqjyp5qzf.png" alt="a column that needs cleaning" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
As highlited in the picture above elimination of the &lt;em&gt;out 5&lt;/em&gt; is neccesary to enable the conversion of the texts to decimal values&lt;br&gt;
A trim is also needed in the product category to enable the elimination of unwanted and uncessary spacing &lt;/p&gt;

&lt;h2&gt;
  
  
  Excel formulas and enrichment fields
&lt;/h2&gt;

&lt;p&gt;In Excel formulae are used to calculate,analyze, and manipiulate data automatically and a formulae usually starts with an = sign&lt;/p&gt;

&lt;h2&gt;
  
  
  formulae and what it does
&lt;/h2&gt;

&lt;p&gt;=sum, Adds numbers&lt;br&gt;
=Average,finds the average&lt;br&gt;
=Max,finds the largest value&lt;br&gt;
=Min,find the smallest value&lt;br&gt;
=count,counts numbers&lt;/p&gt;

&lt;h2&gt;
  
  
  PivotTable and analysis workflow
&lt;/h2&gt;

&lt;p&gt;A pivotTable is an Excel tool used to summerize,organize,and analyze alarge amount of data quickly without changing the original data&lt;br&gt;
In my case i got to use a number of pivot tables to summerize my data for easier understanding and communication,Example of pivot tables i learnt &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Bar graph&lt;/li&gt;
&lt;li&gt;Column chart&lt;/li&gt;
&lt;li&gt;Pie chart, Donut chart&lt;/li&gt;
&lt;li&gt;Area chart&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo7ajafox10d5w7tlqqg0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo7ajafox10d5w7tlqqg0.png" alt="a picture showing column chart and line chart" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
an example of column and line chart&lt;/p&gt;

&lt;h2&gt;
  
  
  Dashboard design and slicer connections
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Foitr3z4ulxd8nje33s06.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Foitr3z4ulxd8nje33s06.png" alt="a dashboard picture" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
The picture above is an example of a dashboard where the slicers are interconnected to the data presented &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcgtpzndz0civonryjqnf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcgtpzndz0civonryjqnf.png" alt="an illustration picture" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
in the picture above  it illustrates that in the occurrence of a price drop from 900 to 450, the reviews came down to&lt;/p&gt;

&lt;h2&gt;
  
  
  Key findings
&lt;/h2&gt;

&lt;p&gt;Below are some of the findings that I found out&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Power Query is a tool in excel that is easier to navigate and clean data with&lt;/li&gt;
&lt;li&gt;The functions in excel are used to help to make your work easier during the process of handling data.ie VLOOKUP which handles data vertically and HLOOKUP which handles data horizontally&lt;/li&gt;
&lt;li&gt;Logical functions which are used to automate decision making enabling dynamic instruction i.e IF,AND,OR . In a case where we are handling more data we use a nested "IF"&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Business recommendations
&lt;/h2&gt;

&lt;p&gt;Below are some of the recommendations from the above data &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Promote the products that are rated 4.8-5.0, because they have stronger customer satisfaction&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.Review low rated products which are from 3.3-3.8 before increasing their promotion&lt;/p&gt;

&lt;p&gt;3.Products with significant price reductions can be used to attract customers,but you should check whether the reduced price still provides a good profit margin&lt;/p&gt;

&lt;h2&gt;
  
  
  Limitations and lessons learned
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Limitations
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Ratings does not necessarily indicates the sales perfomance i,e a product with the highest ratings doesn't necessarily symbolizes that it is the best selling&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;-No time period provided, there is no clear indication of when the prices,discounts,reviews and ratings were recorded.Product perfomance may change over time &lt;/p&gt;

&lt;h2&gt;
  
  
  Lessons learnt
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Customer ratings are usually useful for identifying product popularity&lt;/li&gt;
&lt;li&gt;Discount can make a product more attractive &lt;/li&gt;
&lt;li&gt;Low rated products need attention. Products with ratings such as 3.3-3.8 should be investigated to understand customer complaints and improve product quality&lt;/li&gt;
&lt;li&gt;Price comparison is important cause it helps identify products with significant price reductions and can help evaluate pricing strategies &lt;/li&gt;
&lt;li&gt;High ratings alone are not enough for decision making hence the need to combine ratings,reviews,discounts ,price,salesvolume and profit before deciding which products to promote&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>datascience</category>
      <category>github</category>
      <category>ai</category>
      <category>programming</category>
    </item>
    <item>
      <title>How I Learnt How To Push Data</title>
      <dc:creator>Spencer </dc:creator>
      <pubDate>Sat, 22 Aug 2026 21:09:18 +0000</pubDate>
      <link>https://dev.to/spencer_khaweli_47c4d513c/how-i-learnt-how-to-push-data-5998</link>
      <guid>https://dev.to/spencer_khaweli_47c4d513c/how-i-learnt-how-to-push-data-5998</guid>
      <description>&lt;h1&gt;
  
  
  Introduction
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;DATA&lt;/strong&gt;; data has become an essential key tool in the day to day running of the modern world which is consuming and producing data in large amount. &lt;em&gt;Mobile applications, social media, and business transactions&lt;/em&gt; are some of the few ways that data is produced massively. However, collecting this data alone is not enough, organizations need a way to understand this data and today i begin to understand my way in the data world.&lt;/p&gt;

&lt;h2&gt;
  
  
  Undestanding Git and Github
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Git&lt;/em&gt; is a software that I installed locally in my computer in order to enable to see what I changed, when I did make the change and allows me to go back in case something went wrong &lt;br&gt;
_Gitub_is an online platform where git repositories are stored and shared, basically github stores a copy of your work online&lt;/p&gt;
&lt;h3&gt;
  
  
  Terminologies
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Repository&lt;/strong&gt;- A &lt;em&gt;Repository&lt;/em&gt; is an online project being tracked by git &lt;br&gt;
&lt;strong&gt;Clone&lt;/strong&gt;- To &lt;em&gt;clone&lt;/em&gt; is a process whereby lets say another researcher or writer sees your project then decides to actualy donwload it &lt;br&gt;
&lt;strong&gt;Forking&lt;/strong&gt;- to &lt;em&gt;fork&lt;/em&gt; is actually making the changes on the project that you have downloaded from github and sending it back to the owner asking if they can also make the changes on their far end &lt;br&gt;
&lt;strong&gt;Pushpush&lt;/strong&gt;- To git push is actually moving your project from your local computer into the online platform called &lt;em&gt;github&lt;/em&gt;&lt;br&gt;
&lt;strong&gt;Gitpull&lt;/strong&gt;- To gitpull is the process of taking your project from github into your local computer, it's actually privatisation of your project&lt;br&gt;
&lt;strong&gt;Commit&lt;/strong&gt;- is a saved checkpoint in a project history&lt;/p&gt;
&lt;h2&gt;
  
  
  linking git and github
&lt;/h2&gt;

&lt;p&gt;As discussed earlier , git is a softer that we install in our local computer and githu is an online platform where the git repositories are stored so we link the two using a secure shell "SSH" hence enabling the pushing and pulling of projects from your github to your computer &lt;/p&gt;
&lt;h2&gt;
  
  
  Creating and preparing your file
&lt;/h2&gt;

&lt;p&gt;In creating and preparation of my files below are some of the key commands I learnt&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;cd- change directory&lt;/li&gt;
&lt;li&gt;Mkdir- make directory&lt;/li&gt;
&lt;li&gt;Ls - list&lt;/li&gt;
&lt;li&gt;Touch- make file&lt;/li&gt;
&lt;li&gt;rm-r -remove command &lt;/li&gt;
&lt;li&gt;cd.. - going back to the previous file &lt;/li&gt;
&lt;li&gt;echo - to push data &lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
  
  
  Writing line of code,Block of data and Quotes
&lt;/h2&gt;

&lt;p&gt;in writing a simple line of code we use the sign &amp;lt;&amp;gt; i.e&lt;br&gt;
&lt;code&gt;select* from kenya hospital.analysis&lt;/code&gt;&lt;br&gt;
in writing a block of data we us the same icon but enclosed in a rectangle i.e&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;SELECT. patient. name 
FROM. kenyan hospital analysis
WHERE patient_disease "malaria"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Also during one of the sessions we where given a quote by stephen&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I came, I saw , I conquered &lt;br&gt;
by stephen&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Generation of URL links
&lt;/h2&gt;

&lt;p&gt;Below is a URL link to my article about my first week of onboarding&lt;br&gt;
&lt;a href=""&gt;article on onboarding week&lt;/a&gt;&lt;a href="https://dev.to/new"&gt;https://dev.to/new&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;below is a picture of writing data &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5yr4r8j32cxwd984tmih.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5yr4r8j32cxwd984tmih.jpg" alt="a simple image of a written code" width="736" height="920"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  conclusion
&lt;/h2&gt;

&lt;p&gt;My first week in Luxdev has been really educative and very motivating encouraging me to keep on going and increasing my urge to learn more in data science and analytics&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
