<?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: Joy Cheruto</title>
    <description>The latest articles on DEV Community by Joy Cheruto (@__cheruto).</description>
    <link>https://dev.to/__cheruto</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%2F1863341%2F7af219b1-bf68-4c4b-b0ca-55012b130486.jpg</url>
      <title>DEV Community: Joy Cheruto</title>
      <link>https://dev.to/__cheruto</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/__cheruto"/>
    <language>en</language>
    <item>
      <title>The Ultimate Guide to Data Analytics</title>
      <dc:creator>Joy Cheruto</dc:creator>
      <pubDate>Sun, 25 Aug 2024 18:08:28 +0000</pubDate>
      <link>https://dev.to/__cheruto/the-ultimate-guide-to-data-analytics-2cka</link>
      <guid>https://dev.to/__cheruto/the-ultimate-guide-to-data-analytics-2cka</guid>
      <description>&lt;p&gt;Data analysis skills such as statistical analysis, machine learning, and data visualisation are increasingly becoming among the most sort after in the job market.Organisations are seeking to leverage data and technology to propel themselves to success.So in this article we look into what it takes to become a pro data analyst.&lt;br&gt;
&lt;em&gt;So what is data analysis and why is it important?&lt;/em&gt;&lt;br&gt;
It is the process of collecting, cleansing, and interpreting data sets to answer questions and solve problems for a business which helps ground business decisions with empirical data, allowing decisions to be made based on real world evidence. By extracting insights and deriving knowledge from data, businesses can enhance their decision-making processes.It is a great tool in predicting future trends.&lt;br&gt;
&lt;em&gt;What tools do you need as a data analyst?&lt;/em&gt;&lt;br&gt;
You need mastery of these Top Data Analytics Tools:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Tableau&lt;/li&gt;
&lt;li&gt;Excel or Google Sheets&lt;/li&gt;
&lt;li&gt;SQL&lt;/li&gt;
&lt;li&gt;Power BI&lt;/li&gt;
&lt;li&gt;Python or R
&lt;strong&gt;Types of Data Analysis&lt;/strong&gt;
&lt;em&gt;Descriptive Analysis&lt;/em&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is a simple type of analysis that is not so in-depth. It looks at what has happened in the past. It includes two main processes: data aggregation, which includes gathering the data, and data mining, which includes discovering patterns in the data. It is simply an analysis that just determines and describes the "what.”&lt;/p&gt;

&lt;p&gt;_Diagnostic Analysis&lt;br&gt;
_&lt;br&gt;
This type of analysis explores the “why”. This type of analysis is where data analysts try to investigate the cause of why something has happened. If there is a drop in sales in September from a high in August, the analyst will try to figure out why such a thing has happened. Relationships are uncovered in this stage of the analysis.&lt;/p&gt;

&lt;p&gt;_Predictive Analysis&lt;br&gt;
_&lt;br&gt;
Just like the name suggests, predictive analysis tries to predict what is likely to happen in the future. In this type of analysis, data analysts start to come up with actionable, data-driven insights that the company uses to inform their next steps. It eliminates guesswork from key business decisions as future outcomes are based on historical data.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Prescriptive Analysis&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Prescriptive analysis advises on the actions and decisions that should be taken. It is built upon predictive analysis, as it shows how a business can take advantage of the outcomes that have been predicted. It is very complex and sometimes even involves the use of computational modeling procedures and even machine learning.&lt;/p&gt;

&lt;p&gt;Understanding and applying these methods and techniques empower data analysts to derive valuable insights, make informed decisions, and contribute to the strategic goals of organizations across diverse industries.&lt;/p&gt;

</description>
      <category>dataanalytics</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Understanding Your Data: The Essentials of Exploratory Data Analysis (EDA)</title>
      <dc:creator>Joy Cheruto</dc:creator>
      <pubDate>Sun, 11 Aug 2024 15:02:49 +0000</pubDate>
      <link>https://dev.to/__cheruto/understanding-your-data-the-essentials-of-exploratory-data-analysis-eda-176o</link>
      <guid>https://dev.to/__cheruto/understanding-your-data-the-essentials-of-exploratory-data-analysis-eda-176o</guid>
      <description>&lt;p&gt;Data science has become one of the fastest-growing fields with huge demands for skilled data scientists. Exploratory Data Analysis(EDA) is a popular method for analyzing and presenting data sets used by these professionals. Developed as the most comprehensive data analysis technique for data science projects, EDA has effectively contributed to providing maximum insight into the data set and data structures.&lt;br&gt;
EDA is nothing but a data exploration technique to understand the various aspects of the data. It includes several techniques in a sequence that we have to follow.&lt;/p&gt;

&lt;p&gt;The phases of exploratory data analysis can be summarized in 7 steps :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Know which problem area you will be covering and which questions you would answer.&lt;/li&gt;
&lt;li&gt;Get a general idea of ​​the dataset.&lt;/li&gt;
&lt;li&gt;Define the types of data you have.&lt;/li&gt;
&lt;li&gt;Choose the type of descriptive statistic.&lt;/li&gt;
&lt;li&gt;Visualize the data.&lt;/li&gt;
&lt;li&gt;Analyze the possible interactions between the variables of the dataset.&lt;/li&gt;
&lt;li&gt;Draw some conclusions from all this analysis.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ol&gt;
&lt;li&gt;Python – Python is an object-oriented programming language with high-level, built-in data structures. Other features like dynamic typing and dynamic binding work in favor of EDA. Python is extensively used to connect existing components and identify missing values in a data set.&lt;/li&gt;
&lt;li&gt;Matplotlib – Matplotlib is one of the most widely used in data science for all kinds of graphics, such as bar charts, scatter charts, fever charts, and maps with Basemap, etc. Seaborn, another Python library based on Matplotlib, enables data scientists to create explanatory graphs from highly complex data.&lt;/li&gt;
&lt;li&gt;R – R is an open-source programming language in statistical computing and graphics. It has a wide range of applicability in statistical observations and data analysis.&lt;/li&gt;
&lt;li&gt;ggplot2 – ggplot2 is a library that allows bar, point, line, area, maps, and scale charts. ggplot2 depends on other packages that need to be downloaded and installed.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Importance of EDA&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data Cleaning: Identifying and handling missing values, outliers, and inconsistencies.&lt;/li&gt;
&lt;li&gt;Feature Engineering: Creating new variables or transforming existing ones.&lt;/li&gt;
&lt;li&gt;Model Selection: Choosing appropriate models based on data characteristics.&lt;/li&gt;
&lt;li&gt;Insight Generation: Discovering hidden patterns and trends&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By efficiently conducting EDA, you provide a solid basis for your data analysis journey. It enables you to discover the story concealed in your data and make informed decisions.&lt;/p&gt;

</description>
      <category>datascience</category>
    </item>
    <item>
      <title>Expert advice on how to build a successful career in data science, including tips on education, skills, and job searching.</title>
      <dc:creator>Joy Cheruto</dc:creator>
      <pubDate>Sun, 04 Aug 2024 16:19:24 +0000</pubDate>
      <link>https://dev.to/__cheruto/expert-advice-on-how-to-build-a-successful-career-in-data-science-including-tips-on-education-skills-and-job-searching-3gda</link>
      <guid>https://dev.to/__cheruto/expert-advice-on-how-to-build-a-successful-career-in-data-science-including-tips-on-education-skills-and-job-searching-3gda</guid>
      <description>&lt;p&gt;Consider a society in which knowledge is the key to prosperity and individuals with access to it may reveal the future's mysteries. Greetings from the exciting world of data science, where creativity and curiosity converge to produce insights that can be put to use. A successful career in data science requires more than just knowing algorithms and crunching numbers in an increasingly information-driven world. It also requires embracing a journey of ongoing learning and strategic growth. With professional guidance, necessary skills, and job search tactics, this complete guide will help you navigate your journey into the field of data science.&lt;br&gt;
**&lt;/p&gt;

&lt;h2&gt;
  
  
  1.Educational Foundations
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
The first way to achieve this is to get a bachelor’s degree in a relevant field such as data science, statistics, or computer science. It is one of the most common criteria companies look at for hiring data scientists. Although overtime the industry is gradually curving to accommodate the self-taught data scientist who have used online resources to keep up with the newest methods and trends in data science, embrace blogs, open-source initiatives, and online tutorials. Platforms such as Kaggle offer real-world experience through datasets and tournaments.&lt;br&gt;
Another way is to enroll for data science boot camps as a way to  brush up on relevant programming languages such as Python, R, SQL, and SAS. These are essential languages when it comes to working with large datasets.Which brings us to the second part of this article; skills.&lt;br&gt;
**&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Developing Essential Skills
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
In addition to different languages, a Data Scientist should also have knowledge of working with a few tools for Data Visualization, Machine Learning, and Big Data. When working with big datasets, it is crucial to know how to handle large datasets and clean, sort, and analyze them. Learn how to use tools such as Tableau, Power BI, or Python libraries like Matplotlib and Seaborn which are essential for presenting data insights in a clear and compelling manner.&lt;br&gt;
Proficiency essential in programming languages such as R and Python. Python's abundance of libraries, like scikit-learn, Pandas, and NumPy, and its ease of use make it a popular choice. For statistical analysis and visualization, R is useful.&lt;br&gt;
**&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Job Searching.
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
Internships are a great way to get your foot in the door to companies hiring data scientists. Seek jobs that include keywords such as  data analyst, business intelligence analyst, statistician, or data engineer. Internships are also a great way to learn hands-on what exactly the job with entail.&lt;br&gt;
Once your internship period is over, you can either join in the same company (if they are hiring), or you can start looking for entry-level positions for data scientists, data analysts, data engineers. From there you can gain experience and work up the ladder as you expand your knowledge and skills.&lt;br&gt;
**&lt;/p&gt;

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

&lt;p&gt;**&lt;br&gt;
A combination of formal education, ongoing learning, and real-world experience are needed to build a successful career in data science. You may position yourself for success in this fascinating and constantly changing sector by concentrating on growing your technical and soft abilities, building a solid portfolio, and making smart job market decisions. Take advantage of the chances and challenges that present themselves, and allow your enthusiasm for data propel you toward your professional objectives.&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>postgres</category>
      <category>learning</category>
      <category>python</category>
    </item>
  </channel>
</rss>
