<?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: Fiona Amolo Awuor</title>
    <description>The latest articles on DEV Community by Fiona Amolo Awuor (@amolo_awuor).</description>
    <link>https://dev.to/amolo_awuor</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%2F1861371%2F42d1597b-976b-4222-b60f-531bbe0b914e.png</url>
      <title>DEV Community: Fiona Amolo Awuor</title>
      <link>https://dev.to/amolo_awuor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amolo_awuor"/>
    <language>en</language>
    <item>
      <title>Mastering Data Analytics: The Ultimate Guide to Data Analysis</title>
      <dc:creator>Fiona Amolo Awuor</dc:creator>
      <pubDate>Sun, 13 Oct 2024 09:02:09 +0000</pubDate>
      <link>https://dev.to/amolo_awuor/mastering-data-analytics-the-ultimate-guide-to-data-analysis-3h2n</link>
      <guid>https://dev.to/amolo_awuor/mastering-data-analytics-the-ultimate-guide-to-data-analysis-3h2n</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;br&gt;
Data is compelling to organizations as it helps optimize their growth and profit. &lt;em&gt;What is data analytics then?&lt;/em&gt; Data analytics is the process of gathering data and using data, techniques, and various tools to identify trends and generate useful information that helps in decision-making. Most workspaces utilize data to develop strategic decisions that drive the organization. A deeper insight into customer satisfaction, availability of new business opportunities, and optimized processes is achieved then.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Lifecycle&lt;/strong&gt;&lt;br&gt;
a) Data collection and storage&lt;br&gt;
b) Data processing&lt;br&gt;
c) Data analysis and visualization&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Types of data analytics&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Prescriptive Analysis&lt;br&gt;
This type of analysis combines the insight from all analyses done previously. This helps to determine which action to take in a current problem. This analysis is more efficient as data performance is improved and it helps to analyze current problems and make decisions. Examples of prescriptive analysis are: Lead scoring in Sales, fraud detention in banks, and email automation in marketing.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Diagnostic Analysis&lt;br&gt;
This analysis answers the question 'Why?'. This helps to find the cause from the insight found in Statistical Analysis. This analysis is useful for identifying behavior patterns. If a new problem arises, then one can have a look at this analysis to help find similar patterns of that problem.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Statistical Analysis&lt;br&gt;
This type of analysis is done using past data in the form of dashboards and it answers "What happens?". The process includes collection, analysis, interpretation, presentation, and data modeling. A set or sample of data can be analyzed using this method. In statistical analysis, there are two main categories used i.e., descriptive and inferential. In descriptive analysis, a sample of or complete numerical data is summarized and used to calculate the mean and deviation for continuous data and frequency and percentages for categorical data. In inferential analysis, a sample from complete data is used and different summaries are made by selecting different samples.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Predictive Analysis&lt;br&gt;
This type of analysis answers the question 'What will happen?'. This question is answered using previously collected data. Predictions of future outcomes are made using current or past data. For instance, current data indicates that the use of AI is high and is expected to increase over the years. Most people have found AI tools efficient and time-saving. This accuracy is measured and it depends on how much detailed the information collected is.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Benefits of data analytics&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Helps in understanding how data is compiled.&lt;/li&gt;
&lt;li&gt;Data analysis aids in recognizing patterns and trends which help in informed decision-making.&lt;/li&gt;
&lt;li&gt;Improves productivity.&lt;/li&gt;
&lt;li&gt;Helps in mitigating any risk that might occur.&lt;/li&gt;
&lt;li&gt;Aids various organizations to reach their targets and goals.&lt;/li&gt;
&lt;li&gt;Identifying sources for a competitive advantage.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Data analytics skills&lt;/strong&gt;&lt;br&gt;
This field needs one to have a specific set of skills to be a successful data professional. These skills comprise both &lt;em&gt;technical&lt;/em&gt; and &lt;em&gt;soft skills&lt;/em&gt;. &lt;em&gt;Soft skills&lt;/em&gt; are essential in every field of work and they include communication, story-telling, and presentation, attention to detail, organization, time management, and problem-solving.&lt;br&gt;
&lt;em&gt;Technical skills&lt;/em&gt; include Python, data analytics and visualization software such as SQL, Excel and Power BI, machine learning algorithms and models, and database management.&lt;/p&gt;

</description>
      <category>dataanalytics</category>
      <category>beginners</category>
      <category>learning</category>
    </item>
    <item>
      <title>Introduction to Python as a Data Analytics Tool</title>
      <dc:creator>Fiona Amolo Awuor</dc:creator>
      <pubDate>Mon, 07 Oct 2024 19:08:29 +0000</pubDate>
      <link>https://dev.to/amolo_awuor/introduction-to-python-as-a-data-analytics-tool-488p</link>
      <guid>https://dev.to/amolo_awuor/introduction-to-python-as-a-data-analytics-tool-488p</guid>
      <description>&lt;p&gt;As I delved into my week two learning at Lux Tech Academy, we were introduced to Python as a beginner language. Here is an overview of an introduction to Python as a data analytics tool. I've gone through numerous videos of data analysts and most of them recommend using Python for data analysis, why? Python is a popular programming language for data analytics as it offers versatility, flexibility, vast libraries, and visualization capabilities to work with large datasets. It's also suitable for data analytics as it blends well with BI tools and databases. &lt;/p&gt;

&lt;h2&gt;
  
  
  Advantages of Python in Data Analytics
&lt;/h2&gt;

&lt;p&gt;Python is a preferred choice in data analytics since:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It has a syntax that is simple and easy to learn.&lt;/li&gt;
&lt;li&gt;Numerous libraries such as NumPy, Pandas, Seaborn, SciPy, and Matplotlib aid in data analysis.&lt;/li&gt;
&lt;li&gt;The available libraries such as Matplotlib and Seaborn help in data visualization, aiding in understanding data trends and patterns.&lt;/li&gt;
&lt;li&gt;It is flexible and works well with various data sources and databases, allowing for analysis.&lt;/li&gt;
&lt;li&gt;It helps to deploy analytical solutions into production using frameworks such as Django and Flask. This helps to apply theoretical concepts to the real business world.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Below are some of the ways in which Python is applied in data analytics&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Data Wrangling&lt;/strong&gt;
What exactly is data wrangling? This is the process of gathering raw data, assessing and cleaning it to make it useful. Python is used to import data from various sources, handle missing values, and process large datasets. This helps to reshape data for analysis. Pandas Library is mostly used for data wrangling and manipulation. To use pandas, an environment has to be available i.e., Vs Code or Jupyter Notebook. If pandas isn't installed, run the command:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;Pip&lt;/span&gt; &lt;span class="n"&gt;install&lt;/span&gt; &lt;span class="n"&gt;pandas&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;pandas&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="n"&gt;pd&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;From there, load a dataset into a pandas data frame.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Exploratory Data Analysis (EDA)&lt;/strong&gt;&lt;br&gt;
Python helps in data exploration and visualization using libraries like Matplotlib, Seaborn, and Pandas. Coding with Python helps to understand data distribution and relationships using descriptive statistics, pivot tables etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Machine Learning&lt;/strong&gt;&lt;br&gt;
Python offers libraries that aid in machine learning such as Scikit-Learn and Tensor Flow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do data analysts use Python in every day life?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Importing data&lt;/strong&gt;&lt;br&gt;
Various Python libraries such as NumPy, Pandas, BeautifulSoup help in data importation from various sources such as: Csv files and excel spreadsheets, SQL databases, Web APIs and scraping HTML/XML pages and cloud storage. The choice of a library to be used depends on the type and structure of data.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;EDA in Python&lt;/strong&gt;&lt;br&gt;
In the real world, data often contain errors such as missing values and sometimes can be inaccurate thus the need for some cleaning. Exploratory Data Analysis in Python helps in data cleaning by: Identifying anomalies, handling missing data, checking and fixing data types, transforming raw data into a useful and reliable set for analysis.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Transforming data for insights&lt;/strong&gt;&lt;br&gt;
After cleaning data, python enables various transformation like Pivot tables, concatenating datasets and changing data types and formats.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Descriptive Analysis using Python&lt;/strong&gt;&lt;br&gt;
SciPy Library has descriptive and inferential statistical functions whereas Matplotlib and Seaborn aid in data visualization. &lt;br&gt;
Python is an interesting language and I can attest it's beginner-friendly. Feel free to leave any question/comment in the comment section. &lt;/p&gt;

</description>
      <category>python</category>
      <category>learning</category>
      <category>career</category>
      <category>database</category>
    </item>
    <item>
      <title>"SQL 101: Introduction to Structured Query Language."</title>
      <dc:creator>Fiona Amolo Awuor</dc:creator>
      <pubDate>Mon, 30 Sep 2024 04:30:55 +0000</pubDate>
      <link>https://dev.to/amolo_awuor/sql-101-introduction-to-structured-query-language-6c2</link>
      <guid>https://dev.to/amolo_awuor/sql-101-introduction-to-structured-query-language-6c2</guid>
      <description>&lt;p&gt;As a beginner, I found my first class in SQL intriguing. Let's have a summary of what was taught. &lt;br&gt;
What is SQL?&lt;br&gt;
SQL stands for Structured Query Language and it's a standard programming language used for accessing and manipulating databases, especially in a relational database management system.&lt;br&gt;
A relational database stores information in tabular form, with rows and columns each designated with different values.&lt;br&gt;
SQL is used generally to maintain and optimize database performance. This language has different queries that are used to store, search, update, remove, delete, and retrieve information to help in data analysis.&lt;/p&gt;

&lt;p&gt;How is SQL important?&lt;br&gt;
It is considered versatile as it is used in all types of applications. Data analysts and developers use SQL as it blends well with other programming languages. &lt;br&gt;
&lt;strong&gt;Components of an SQL system&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;SQL Table&lt;/strong&gt;&lt;br&gt;
This is the basic element of a relational database, and the tables usually consist of rows and columns. Database Engineers usually use tables to create relationships between different and many database tables to optimize data storage. For example, a table can be created using the following. Say we are creating a table called Users.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;CREATE TABLE Users(
Id INT PRIMARY KEY NOT NULL,
Name VARCHAR (255) UNIQUE,
Email Address VARCHAR (255) UNIQUE
),
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;SQL Statements&lt;/strong&gt;&lt;br&gt;
SQL statements, also referred to as SQL queries are instructions that a relational database understands.&lt;br&gt;
&lt;strong&gt;Let's dive into SQL commands&lt;/strong&gt;&lt;br&gt;
These commands are specific keywords or SQL statements that data and systems analysts use to manipulate the data stored in various databases. The commands are categorized as:&lt;br&gt;
&lt;em&gt;Data Definition Language(DDL)&lt;/em&gt;&lt;br&gt;
These commands design the database structure. Data Engineers and Analysts use DDL commands to create and modify database objects based on the requirements of a particular project. The &lt;em&gt;CREATE&lt;/em&gt; command is used to create database objects such as databases, tables, and views. A data analyst must first create a database that will store data 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;CREATE DATABASE db_name
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The above command will create a database that will be used to store tables and all types of data, enabling data analysis.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Data Query Language(DQL)&lt;/em&gt;&lt;br&gt;
These commands are used to retrieve data stored in relational databases. The most common command for retrieving data is the SELECT statement, used for filtering and returning specific results from a database table.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Data Manipulation Language (DML)&lt;/em&gt;&lt;br&gt;
These statements are used to add new information or modify the existing records in a table. The INSERT command is used to add and store new records in a database table. For instance, we would like to add new values to a table named Patients.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;INSERT INTO Patients (Id, Name, Diagnosis)
VALUES (1, 'Awuor', 'Malaria')
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This command can be used to insert one or numerous records in a table.&lt;br&gt;
The UPDATE command is a DML used to modify existing records in a table.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;UPDATE table_name
SET column1 = value1, column2 = value2, ...
WHERE condition;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The DELETE statement deletes an unwanted record. The WHERE condition must be present when wanting to delete a record. If absent, all records will be deleted from the table.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;DELETE FROM table_name WHERE condition;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;em&gt;Data Control Language (DCL)&lt;/em&gt;&lt;br&gt;
These commands are used by database administrators to manage or authorize database access for other users. The GRANT command is used to permit certain applications to manipulate one or multiple tables.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>sql</category>
    </item>
    <item>
      <title>Data Analysis</title>
      <dc:creator>Fiona Amolo Awuor</dc:creator>
      <pubDate>Sun, 11 Aug 2024 12:26:54 +0000</pubDate>
      <link>https://dev.to/amolo_awuor/data-analysis-1jjn</link>
      <guid>https://dev.to/amolo_awuor/data-analysis-1jjn</guid>
      <description>&lt;p&gt;Data Analysis is an important aspect of every sector. Organizing and thinking about data is important as one understands what the data does and doesn't contain. What exactly is data analysis? This entails scrutinizing raw data to draw some conclusions from the information retrieved.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Types of data analysis&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Prescriptive Analysis&lt;/li&gt;
&lt;li&gt;Diagnostic Analysis&lt;/li&gt;
&lt;li&gt;Statistical Analysis&lt;/li&gt;
&lt;li&gt;Predictive Analysis&lt;/li&gt;
&lt;li&gt;Text Analysis&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  1. Prescriptive Analysis
&lt;/h2&gt;

&lt;p&gt;This type of analysis combines the insight from all analyses done previously. This helps to determine which action to take in a current problem. This analysis is more efficient as data performance is improved and it helps to analyze current problems and make decisions.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Diagnostic Analysis
&lt;/h2&gt;

&lt;p&gt;This analysis answers the question 'Why?'. This helps to find the cause from the insight found in Statistical Analysis. This analysis is useful for identifying behavior patterns. If a new problem arises, then one can have a look at this analysis to help find similar patterns of that problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Statistical Analysis
&lt;/h2&gt;

&lt;p&gt;This type of analysis is done using past data in the form of dashboards and it answers "What happens?". The process includes collection, analysis, interpretation, presentation, and data modeling. A set or sample of data can be analyzed using this method. In statistical analysis, there are two main categories used i.e., descriptive and inferential. In descriptive analysis, a sample of or complete numerical data is summarized and used to calculate the mean and deviation for continuous data and frequency and percentages for categorical data. In inferential analysis, a sample from complete data is used and different summaries are made by selecting different samples.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Predictive Analysis
&lt;/h2&gt;

&lt;p&gt;This type of analysis answers the question 'What will happen?'. This question is answered using previously collected data. Predictions of future outcomes are made using current or past data. For instance, current data indicates that the use of AI is high and is expected to increase over the years. Most people have found AI tools efficient and time-saving. This accuracy is measured and it depends on how much detailed the information collected is.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Text Analysis
&lt;/h2&gt;

&lt;p&gt;This is also called data mining. This is mostly used to analyze a pattern in large datasets utilizing databases or data mining tools such as SQL. This analysis helps in transforming raw data into useful data i.e., business information.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Analysis Process&lt;/strong&gt;&lt;br&gt;
The process of analyzing data comprises data collection, data processing, data cleaning, data analysis and finally communicating the results. From the first process, data collection entails collecting information from all relevant sources to help in answering a problem and evaluating outcomes. Data cleaning is crucial in data analysis as it helps to identify and correct errors. This process is the detection of coding errors and correcting them. Two types of data cleaning processes are applied, code cleaning and contingency cleaning. These are very important and shouldn't be ignored as this might lead to the production of misleading data. Then, data analysis is done after data cleaning. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Analysis Tools&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Data Analysis tools help in interpreting data for easy understanding. Different tools are used to analyze data, some of which require little coding such as R in data mining and Python, Tableau, and Power BI in data visualization.&lt;br&gt;
R programming language is used for statistical computing and graphics supported by the R Foundation for Statistical Computing. This language is widely used by statisticians and data miners for software development and data analysis. This language helps in manipulating data and helps in presenting information in numerous ways.&lt;br&gt;
Tableau offers free software that links information sources, which is then communicated with a customer or social media.&lt;br&gt;
Python is a user-friendly and open-source language that can be read, written, and maintained. It was created by Guido Van Rossum in the 1980s and it supports both functional and structured techniques of programming. It contains several libraries for machine learning, such as Keras, Tensor Flow, Scikitlearn, etc. Besides, data visualization is possible using Seaborn, Box, and Scatter Plots.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Importance of data analytics for businesses&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Positive impact on businesses has been noted as data analysis improves efficiency. This helps to evaluate employee performance. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A deeper understanding of the market is enabled. Huge datasets are collected and analyzed due to the development of algorithms today. Data collection is conducted in a raw form from a wide variety of people, which helps with feedback for the formation of better marketing strategies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Data analytics helps in faster and better decision-making. Deadlines are met with ease as high-speed in-memory analytics save time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Data analytics is powerful as new products/services are formed. With the data collected, it is easier to decipher the needs of consumers and this ensures the formation of new products/ services that align with the values of the target market.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Industry knowledge is enabled. Data analysis helps to predict the future trend of a certain industry as it shows the kind of present economy. Also, new opportunities for businesses are developed as brands are built.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>learning</category>
      <category>codenewbie</category>
    </item>
  </channel>
</rss>
