<?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: Carobecky chepngeno</title>
    <description>The latest articles on DEV Community by Carobecky chepngeno (@carobecky_01).</description>
    <link>https://dev.to/carobecky_01</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%2F3708653%2F306d4172-e326-4e4b-879e-86b2238b47b2.png</url>
      <title>DEV Community: Carobecky chepngeno</title>
      <link>https://dev.to/carobecky_01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/carobecky_01"/>
    <language>en</language>
    <item>
      <title>HOW TO TRANSLATE MESSY DATA,DAX AND DASHBOARDS INTO ACTION USING POWER BI</title>
      <dc:creator>Carobecky chepngeno</dc:creator>
      <pubDate>Mon, 09 Feb 2026 12:21:07 +0000</pubDate>
      <link>https://dev.to/carobecky_01/how-to-translate-messy-datadax-and-dashboards-into-action-using-power-bi-4afc</link>
      <guid>https://dev.to/carobecky_01/how-to-translate-messy-datadax-and-dashboards-into-action-using-power-bi-4afc</guid>
      <description>&lt;p&gt;&lt;strong&gt;Power BI&lt;/strong&gt; is a 3 step journey: &lt;br&gt;
&lt;em&gt;Messy data-&amp;gt;meaningful calculations-&amp;gt;clear visuals-&amp;gt;smart decisions&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1:Translating messy data
&lt;/h2&gt;

&lt;p&gt;First use power query to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;remove duplicates&lt;/li&gt;
&lt;li&gt;Rename columns&lt;/li&gt;
&lt;li&gt;Fix data types(dates, numbers, texts)&lt;/li&gt;
&lt;li&gt;Slit or merge columns&lt;/li&gt;
&lt;li&gt;Filter out invalid rows
Power Query is about preparing data.This cleans data turning it to trustworthy insights.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Step 2:Turning data into meaning(DAX)
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;DAX&lt;/code&gt; is how you ask &lt;em&gt;business questions&lt;/em&gt; in Power BI. It's purpose is to turn raw numbers into insights.&lt;br&gt;
For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is the total sales?&lt;/li&gt;
&lt;li&gt;Which product performs best?&lt;/li&gt;
&lt;li&gt;What is the percentage growth rate?
### Common DAX ideas&lt;/li&gt;
&lt;li&gt;Measures- total sales, profit margin, average profit&lt;/li&gt;
&lt;li&gt;Time intelligence- month-to-date, year-over-year growth
&lt;code&gt;Always ask, what decision will this number support?&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Step 3: Building Dashboards that tell a story
&lt;/h2&gt;

&lt;p&gt;A good dashboard answers these questions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What is happening?&lt;/li&gt;
&lt;li&gt;Why is it happening?&lt;/li&gt;
&lt;li&gt;What should we do next?&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  key dashboard elements
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;KPIs(cards): sales, revenue, ratings&lt;/li&gt;
&lt;li&gt;Trends: line charts(growth over time)&lt;/li&gt;
&lt;li&gt;Comparisons: Bar charts(products, regions)&lt;/li&gt;
&lt;li&gt;Filters(slicers): Date, category, location
Pro tip; ** Have clear titles,focus on action and not decoration.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Turning dashboards into action
&lt;/h2&gt;

&lt;p&gt;If the dashboard shows;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sales dropped&lt;/li&gt;
&lt;li&gt;Ratings went down&lt;/li&gt;
&lt;li&gt;Discount increased
Action to be taken will involve;&lt;/li&gt;
&lt;li&gt;Review discount strategy&lt;/li&gt;
&lt;li&gt;Increase product quality&lt;/li&gt;
&lt;li&gt;Target high performing regions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In summary, Power Bi is not about charts but how you turn messy data into decisions.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;- Power Query&lt;/em&gt;- Prepare the truth&lt;br&gt;
&lt;em&gt;- DAX&lt;/em&gt; -Explain the truth&lt;br&gt;
&lt;em&gt;- Dashboards&lt;/em&gt;- Communicate the truth&lt;br&gt;
&lt;em&gt;- Action&lt;/em&gt;- Business value&lt;/p&gt;

</description>
      <category>powerfuldevs</category>
      <category>database</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Schemas and Data Modelling in Power BI</title>
      <dc:creator>Carobecky chepngeno</dc:creator>
      <pubDate>Mon, 02 Feb 2026 12:53:29 +0000</pubDate>
      <link>https://dev.to/carobecky_01/schemas-and-data-modelling-in-power-bi-3p1c</link>
      <guid>https://dev.to/carobecky_01/schemas-and-data-modelling-in-power-bi-3p1c</guid>
      <description>&lt;p&gt;Data modelling is the backbone of every Power BI report. A well curated model provides &lt;em&gt;fast performance, accurate calculations&lt;/em&gt; and &lt;em&gt;easily understood reports&lt;/em&gt;&lt;br&gt;
This article explains:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Power BI data modelling&lt;/li&gt;
&lt;li&gt;Fact and Dimension Tables&lt;/li&gt;
&lt;li&gt;Relationships&lt;/li&gt;
&lt;li&gt;Star schema&lt;/li&gt;
&lt;li&gt;Snowflake schema&lt;/li&gt;
&lt;li&gt;Importance of good modelling&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Data modelling in Power BI
&lt;/h2&gt;

&lt;p&gt;Data Modelling is like a &lt;code&gt;foundation&lt;/code&gt;. It involves the process of structuring,organizing and connecting data tables so that Power BI can easily analyze them. You;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Define relationships between tables&lt;/li&gt;
&lt;li&gt;Decide how data flows&lt;/li&gt;
&lt;li&gt;Prepare the model for DAX calculations
A good model answers the questions, &lt;em&gt;what happens, when, where and under what conditions?&lt;/em&gt;
## Fact Tables
These are tables that store &lt;strong&gt;measurable and quantitative data&lt;/strong&gt;. They contain very many rows,numeric values used in calculations and are linked to multiple dimensions.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Examples&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.amazonaws.com%2Fuploads%2Farticles%2Frd5312xfbdigfq7gcgmi.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.amazonaws.com%2Fuploads%2Farticles%2Frd5312xfbdigfq7gcgmi.png" alt="fact table" width="800" height="402"&gt;&lt;/a&gt;&lt;br&gt;
this tables links;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;dim Customer-&amp;gt; who made the purchase&lt;/li&gt;
&lt;li&gt;dim Product-&amp;gt; what product was purchased&lt;/li&gt;
&lt;li&gt;dim Territory-&amp;gt; where the purchase was made&lt;/li&gt;
&lt;li&gt;dim Date-&amp;gt; when the events occurred&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Dimension tables
&lt;/h2&gt;

&lt;p&gt;These store &lt;strong&gt;descriptive attributes&lt;/strong&gt; that provide context to facts. They are smaller than fact tables,contain text and categorical data and are used for filtering,grouping and slicing data.&lt;br&gt;
Example;&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.amazonaws.com%2Fuploads%2Farticles%2Fuy30lpdhe1246lg3zxep.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.amazonaws.com%2Fuploads%2Farticles%2Fuy30lpdhe1246lg3zxep.png" alt="dimension table" width="638" height="387"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Star Schema
&lt;/h2&gt;

&lt;p&gt;This is a foundational data modelling technique for data warehousing featuring a central fact table surrounded by multiple dimensional tables. It resembles a star.&lt;/p&gt;

&lt;h3&gt;
  
  
  Benefits
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Has a faster query performance&lt;/li&gt;
&lt;li&gt;simpler DAX formulas&lt;/li&gt;
&lt;li&gt;It's easier to understand and maintain&lt;/li&gt;
&lt;li&gt;Ideal for Power BI&lt;/li&gt;
&lt;/ul&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.amazonaws.com%2Fuploads%2Farticles%2F7th649uo6gnqfzv6ntk3.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.amazonaws.com%2Fuploads%2Farticles%2F7th649uo6gnqfzv6ntk3.png" alt="star schema illustration" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Snowflake Schema
&lt;/h2&gt;

&lt;p&gt;This is a logical data modelling technique where a central fact table connects to normalized dimension tables which are further broken down into sub-dimensions to reduce data redundancy.&lt;br&gt;
It is an extension of star schema and is often used for complex and hierarchical data to enable storage efficiency at the cost of query performance due to many required joints.&lt;/p&gt;

&lt;h3&gt;
  
  
  Benefits
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Efficient storage utilization&lt;/li&gt;
&lt;li&gt;Cleaner data structures&lt;/li&gt;
&lt;li&gt;Better handling of complex data&lt;/li&gt;
&lt;li&gt;Easier maintenance
### Disadvantages&lt;/li&gt;
&lt;li&gt;Slower performance due to increases query&lt;/li&gt;
&lt;li&gt;More complex relationships&lt;/li&gt;
&lt;li&gt;Harder DAX calculations&lt;/li&gt;
&lt;li&gt;Commonly used in warehouses &lt;strong&gt;not ideal for Power BI&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&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.amazonaws.com%2Fuploads%2Farticles%2Fk8utwayc6ryzvvtnv6lw.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.amazonaws.com%2Fuploads%2Farticles%2Fk8utwayc6ryzvvtnv6lw.png" alt="snowflake schema illustration" width="800" height="409"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Relationships in Power BI
&lt;/h2&gt;

&lt;p&gt;Relationships define &lt;code&gt;how&lt;/code&gt; tables are connected enabling data modelling, filtering and analyzing without merging.&lt;br&gt;
Relationship types include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;One to many (1:*)&lt;/strong&gt;- commonly used&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;many-to-many (&lt;em&gt;:&lt;/em&gt;)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;one-to-one (1:1)&lt;/strong&gt;- rarely used&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Importance of data modelling
&lt;/h2&gt;

&lt;p&gt;Performance&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Faster visualization due to fewer tables and joins&lt;/li&gt;
&lt;li&gt; Star schemas reduce query complexity&lt;/li&gt;
&lt;li&gt; Efficient models use less memory&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Accuracy&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Proper relationships ensure correct totals&lt;/li&gt;
&lt;li&gt;DAX behaves predictably&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Scalability&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Easy to add new measures&lt;/li&gt;
&lt;li&gt;Model supports large datasets&lt;/li&gt;
&lt;li&gt;Reports remain responsive as data grows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Usability&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dimensions are easy to understand&lt;/li&gt;
&lt;li&gt;Clear fields for slicing and filtering&lt;/li&gt;
&lt;li&gt;Clean and professional report structure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In summary, investing time in proper modelling saves time of debugging and ensures your report tells the right story with confidence.&lt;/p&gt;

</description>
      <category>learning</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Introduction to MS Excel for Data Analytics</title>
      <dc:creator>Carobecky chepngeno</dc:creator>
      <pubDate>Sun, 25 Jan 2026 19:12:57 +0000</pubDate>
      <link>https://dev.to/carobecky_01/introduction-to-ms-excel-for-data-analytics-22mj</link>
      <guid>https://dev.to/carobecky_01/introduction-to-ms-excel-for-data-analytics-22mj</guid>
      <description>&lt;p&gt;Learning data science and analytics as a beginner? This article got you covered. &lt;em&gt;Microsoft Excel&lt;/em&gt; is one of the most powerful tools used in data analytics and it is beginner-friendly.With wide range of uses in corporate worlds,Excel can turn raw data into meaningful and interpretable insights.&lt;br&gt;
By the end of this article, I expect you to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Understand Microsoft Excel and its uses in data analytics&lt;/li&gt;
&lt;li&gt;Identify rows,columns and cells in a worksheet&lt;/li&gt;
&lt;li&gt;Create and organize data in table format&lt;/li&gt;
&lt;li&gt;Use basic Excel functions&lt;/li&gt;
&lt;li&gt;Learn Data cleaning by sorting,filtering and removing duplicates&lt;/li&gt;
&lt;li&gt;Create pivot tables for data summarizing&lt;/li&gt;
&lt;li&gt;Learn data visualization by use of simple charts&lt;/li&gt;
&lt;li&gt;Understand creation of dashboards for data reporting&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Commonly used Excel Terms
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Cell&lt;/strong&gt;- A single box in Excel where data is entered.*(example:E1)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Column&lt;/strong&gt; - A vertical group of cells labelled using alphabets &lt;em&gt;(example:A,B,C)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Row&lt;/strong&gt; - A horizontal group of cells labelled numerically &lt;em&gt;(example:1,2,3)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Worksheet&lt;/strong&gt; -A single page in Excel where data is entered and analyzed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Workbook&lt;/strong&gt; -This is an Excel file that contains one or more worksheets.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dataset&lt;/strong&gt; - A collection of related data normally in columns and rows.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Formula&lt;/strong&gt; -An equation in Excel used to do calculations &lt;em&gt;(example:B1+C2)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Function&lt;/strong&gt; -A built-in formula that executes specific tasks. *(example: SUM,MAX,MIN)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Filter&lt;/strong&gt; -This is used to display data that meets specific criteria&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sort&lt;/strong&gt; - This is arranging data in a specific data (example; A-Z)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pivot Table&lt;/strong&gt; -A tool that is used to summarize and analyze large datasets since it calculates data automatically.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Charts&lt;/strong&gt; -Visual representation of data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dashboard&lt;/strong&gt; -A single page that shows summaries of key data insights using charts and numbers.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  1.Introduction to Excel
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;microsoft excel&lt;/strong&gt; is a spreadsheet application by Microsoft used to &lt;em&gt;organize,calculate,analyze and visualize&lt;/em&gt; data in rows and columns.&lt;br&gt;
Its main functions include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Performing calculations using formulas and built-in functions.&lt;/li&gt;
&lt;li&gt;Organizing and managing data in tables&lt;/li&gt;
&lt;li&gt;Analyzing data by sorting, filtering and pivot tables.&lt;/li&gt;
&lt;li&gt;Data visualization by creating charts and graphs.&lt;/li&gt;
&lt;li&gt;Automating tasks using macros and basic scripting.
Excel spreadsheet is made up of &lt;code&gt;rows, columns, cells&lt;/code&gt; where each cell contains;&lt;/li&gt;
&lt;li&gt;Text(name,categories)&lt;/li&gt;
&lt;li&gt;Numbers&lt;/li&gt;
&lt;li&gt;Dates&lt;/li&gt;
&lt;li&gt;Formulas&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example of dataset&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.amazonaws.com%2Fuploads%2Farticles%2Fzkv8gb6wd0lgtpyxjtr6.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.amazonaws.com%2Fuploads%2Farticles%2Fzkv8gb6wd0lgtpyxjtr6.png" alt="dataset example" width="672" height="313"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;## organizing data for analysis&lt;br&gt;
It is really important to ensure data being analysed is correctly structured i.e &lt;code&gt;the columns&lt;/code&gt; and &lt;code&gt;rows&lt;/code&gt;. Avoid having empty cells.&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.amazonaws.com%2Fuploads%2Farticles%2Fmhvq3hlgsvg6q78oxv05.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.amazonaws.com%2Fuploads%2Farticles%2Fmhvq3hlgsvg6q78oxv05.png" alt="data organization" width="659" height="379"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2.Data Cleaning
&lt;/h2&gt;

&lt;p&gt;This involves:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Removing duplicates&lt;/em&gt; data-&amp;gt;remove duplicates&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Sorting&lt;/em&gt; data-&amp;gt;sort A-Z OR Z-A&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Filtering&lt;/em&gt; data-&amp;gt;filter&lt;/li&gt;
&lt;/ul&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.amazonaws.com%2Fuploads%2Farticles%2Fjnhanc21z180kiky44yc.jpeg" 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.amazonaws.com%2Fuploads%2Farticles%2Fjnhanc21z180kiky44yc.jpeg" alt="data cleaning" width="800" height="339"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  3.Basic Excel functions
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Sum- adds numbers&lt;br&gt;
Example&lt;br&gt;
&lt;br&gt;
&lt;code&gt;=SUM(E2:E877)&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Average- finding the mean&lt;br&gt;
Example&lt;br&gt;
&lt;br&gt;
&lt;code&gt;=AVERAGE(E2:E877)&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Count- finding how many cells contain numbers&lt;br&gt;
Example&lt;br&gt;
&lt;br&gt;
&lt;code&gt;=COUNT(E2:E877)&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;MIN- shows the minimum value in the cells&lt;br&gt;
example&lt;br&gt;
&lt;br&gt;
&lt;code&gt;=MIN(E2:E877)&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;MAX- shows the maximum value in the cells&lt;br&gt;
example&lt;br&gt;
&lt;br&gt;
&lt;code&gt;=MAX(E2:E877)&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;&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.amazonaws.com%2Fuploads%2Farticles%2Fa884a3v6ypjr8lrf8csg.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.amazonaws.com%2Fuploads%2Farticles%2Fa884a3v6ypjr8lrf8csg.png" alt="excel functions" width="755" height="592"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Pivot Tables
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;Pivot tables&lt;/em&gt; are used to summarize large datasets.&lt;br&gt;
A pivot table is created by:&lt;br&gt;
&lt;em&gt;data-&amp;gt;insert-&amp;gt;pivot table&lt;/em&gt; and then you drag fields into rows,columns and values.&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.amazonaws.com%2Fuploads%2Farticles%2Fyxjy0udl9ai9ii89m96v.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.amazonaws.com%2Fuploads%2Farticles%2Fyxjy0udl9ai9ii89m96v.png" alt="pivot table" width="800" height="279"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5.Charts in Excel
&lt;/h2&gt;

&lt;p&gt;They help turn numbers into visuals that are easier to understand&lt;br&gt;
We insert a chart by; Select data-&amp;gt;insert-&amp;gt;choose chart type&lt;br&gt;
There are many chart types:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;column charts&lt;/em&gt; that compares categories&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;line charts&lt;/em&gt; that shows trends over time&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;pie chart&lt;/em&gt; that shows proportions
and many more.&lt;/li&gt;
&lt;/ul&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.amazonaws.com%2Fuploads%2Farticles%2Fos73h0km0hzgq3t70ol1.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.amazonaws.com%2Fuploads%2Farticles%2Fos73h0km0hzgq3t70ol1.png" alt="chart" width="682" height="628"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  6.Dashboards
&lt;/h2&gt;

&lt;p&gt;This is a single interactive worksheet that visually summarizes key data using charts,tables and KPIs.&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.amazonaws.com%2Fuploads%2Farticles%2F7elnrs4n3g5jh4yj7alp.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.amazonaws.com%2Fuploads%2Farticles%2F7elnrs4n3g5jh4yj7alp.png" alt="dashboard" width="800" height="372"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In summary, mastering of excel is not difficult. It gives you a strong basis in order to advance to analytical tools such as &lt;em&gt;Power BI&lt;/em&gt; and &lt;em&gt;SQL&lt;/em&gt;.&lt;br&gt;
I hope this guide provides a strong basic understanding of Excel and it's importance in data analytics.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Understanding version control, pushing and pulling code and tracking changes using Git.</title>
      <dc:creator>Carobecky chepngeno</dc:creator>
      <pubDate>Fri, 16 Jan 2026 09:28:21 +0000</pubDate>
      <link>https://dev.to/carobecky_01/understanding-version-control-pushing-and-pulling-code-and-tracking-changes-using-git-126h</link>
      <guid>https://dev.to/carobecky_01/understanding-version-control-pushing-and-pulling-code-and-tracking-changes-using-git-126h</guid>
      <description>&lt;p&gt;If you are new to programming and data analytics,keep your worries down.This article explains Git in a simple and practical way.By the end of this guide,you will grasp:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What version control is and it uses&lt;/li&gt;
&lt;li&gt;What is git and how it works&lt;/li&gt;
&lt;li&gt;How to push and pull code using git&lt;/li&gt;
&lt;li&gt;How to track changes in your code&lt;/li&gt;
&lt;li&gt;Beginner friendly common git commands&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Version Control
&lt;/h2&gt;

&lt;p&gt;This is a system that helps you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Track changes and shows &lt;em&gt;what changed,when&lt;/em&gt; and by &lt;em&gt;whom&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Go back to previous versions and undo mistakes&lt;/li&gt;
&lt;li&gt;work on the same project with other people without overwriting each other's work.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Git
&lt;/h2&gt;

&lt;p&gt;This is basically a version control system that runs on your computer ( a tool on your computer)&lt;br&gt;
Git has three main areas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Working Directory&lt;/em&gt; that is a normal folder where you edit files.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;staging area&lt;/em&gt; where you select the changes you want to save.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Repository&lt;/em&gt; where commits (your project at a specific time) are stored permanently.
Git helps you:&lt;/li&gt;
&lt;li&gt;Show your work professionally&lt;/li&gt;
&lt;li&gt;Collaborate effectively&lt;/li&gt;
&lt;li&gt;Build a strong portfolio on Github&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Github
&lt;/h3&gt;

&lt;p&gt;This is an online platform that stores &lt;code&gt;Git repositories&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  Installing Git
&lt;/h2&gt;

&lt;p&gt;How to check if it is installed:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git &lt;span class="nt"&gt;--version&lt;/span&gt; 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;if not, go to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;windows&lt;/strong&gt; download and install Git from &lt;code&gt;[git-scm.com](https://git-scm.com)&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;mac&lt;/strong&gt; &lt;code&gt;brew install git&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;linux&lt;/strong&gt; &lt;code&gt;sudo apt install git&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Creating a Git repository
&lt;/h2&gt;

&lt;p&gt;option 1. initialize git in an existing project&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;option 2. clone an existing repository&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone
https://github.com/username/project-name.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Tracking changes with Git
&lt;/h2&gt;

&lt;p&gt;To check file status,&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git status 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This shows;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New files&lt;/li&gt;
&lt;li&gt;Modified files&lt;/li&gt;
&lt;li&gt;Files ready to commit
To add files to the staging area;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git add file_name
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Or add everything&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git add &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To commit changes;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git commit &lt;span class="nt"&gt;-m&lt;/span&gt; &lt;span class="s2"&gt;"describe what you changed"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To view commit history;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git log
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Commit history shows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Author&lt;/li&gt;
&lt;li&gt;Dates&lt;/li&gt;
&lt;li&gt;commit messages and IDs&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Pushing Code
&lt;/h2&gt;

&lt;p&gt;This means sending your local commits to a repository like Github.It helps&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;To back up your work online&lt;/li&gt;
&lt;li&gt;To share your code&lt;/li&gt;
&lt;li&gt;To collaborate with a team
First time connecting:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;
git remote add origin
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To push code:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;
git push origin main
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;em&gt;origin&lt;/em&gt; means remote repository&lt;br&gt;
&lt;em&gt;main&lt;/em&gt; is the branch name&lt;/p&gt;

&lt;h2&gt;
  
  
  Pulling Code
&lt;/h2&gt;

&lt;p&gt;This means getting the changes from the remote repository to your computer.This is done in order to;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Download updates made by team mates&lt;/li&gt;
&lt;li&gt;Sync and merge your local code with the remote version
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;
git pull origin main
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  This is the comparison
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Action&lt;/th&gt;
&lt;th&gt;Meaning&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;git push&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;upload your changes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;git pull&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;download other's changes&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Always pull before working and push when you are done.Also make sure to commit to allow Git to save your changes.&lt;br&gt;
You don't need to know every Git command to get started. Master the basics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;git status&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;git add&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;git commit&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;git push&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;git pull&lt;/code&gt;
With overtime practice, Git will become an efficient tool for your everyday use.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>database</category>
    </item>
    <item>
      <title>untitled</title>
      <dc:creator>Carobecky chepngeno</dc:creator>
      <pubDate>Tue, 13 Jan 2026 11:02:16 +0000</pubDate>
      <link>https://dev.to/carobecky_01/luxdev-markdown-language-class-1b08</link>
      <guid>https://dev.to/carobecky_01/luxdev-markdown-language-class-1b08</guid>
      <description></description>
    </item>
  </channel>
</rss>
