<?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: Tony Ndereva</title>
    <description>The latest articles on DEV Community by Tony Ndereva (@athi47).</description>
    <link>https://dev.to/athi47</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%2F1863328%2Fd2cd4ea9-e3a6-419e-8dc2-49b2992ddf96.png</url>
      <title>DEV Community: Tony Ndereva</title>
      <link>https://dev.to/athi47</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/athi47"/>
    <language>en</language>
    <item>
      <title>"Understanding Your Data: The Essentials of Exploratory Data Analysis". #exploratory data analysis #data science # statistics</title>
      <dc:creator>Tony Ndereva</dc:creator>
      <pubDate>Sat, 17 Aug 2024 22:39:25 +0000</pubDate>
      <link>https://dev.to/athi47/understanding-your-data-the-essentials-of-exploratory-data-analysis-exploratory-data-analysis-data-science-statistics-3oo3</link>
      <guid>https://dev.to/athi47/understanding-your-data-the-essentials-of-exploratory-data-analysis-exploratory-data-analysis-data-science-statistics-3oo3</guid>
      <description>&lt;p&gt;Exploratory Data Analysis (EDA) involves investigating datasets to understand the variables in the data set and their relationships better through visualization and summary statistics.&lt;/p&gt;

&lt;p&gt;EDA enables data scientists to spot anomalies, get a picture of the dataset through summaries and visualizations and avoid making inappropriate assumptions. Additionaly, vairables identified in EDA can be used later in machine learning to build predictive model.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Types of EDA&lt;/strong&gt;&lt;br&gt;
There are 4 types of Exploratory Data Analysis:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Univariate non-graphical&lt;/strong&gt;: This methods involve the use of statistics to obtain various descriptions of a dataset with only one variable(univariate)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.&lt;br&gt;
&lt;strong&gt;Univariate graphical&lt;/strong&gt;: This involves the use of graphical methods such as  stem and leaf plots and box plots to visualize one variable data making it easier for the scientist to understand the dataset.&lt;/p&gt;

&lt;p&gt;3.&lt;br&gt;
 &lt;strong&gt;Multivariate non-graphical&lt;/strong&gt;: This method uses statistical methods such as correlation, covariance and regression to identify the relationships between different variables in a dataset. For example, the relationship between housing and inflation can quantified using correlation.&lt;/p&gt;

&lt;p&gt;4.&lt;br&gt;
&lt;strong&gt;Multivariate graphical&lt;/strong&gt;: This makes use of various graphical methods such as scatter plts and regression lines to visualize the relationship between various variables. This aids in the identification and understanding of these relationships by the data scientist.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tools in EDA&lt;/strong&gt;&lt;br&gt;
Apart from a good grasp of statistics, computer languages such as Python and R come in handy in exploratory data analysis.&lt;/p&gt;

</description>
    </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>Tony Ndereva</dc:creator>
      <pubDate>Sun, 04 Aug 2024 02:30:58 +0000</pubDate>
      <link>https://dev.to/athi47/expert-advice-on-how-to-build-a-successful-career-in-data-science-including-tips-on-education-skills-and-job-searching-30e0</link>
      <guid>https://dev.to/athi47/expert-advice-on-how-to-build-a-successful-career-in-data-science-including-tips-on-education-skills-and-job-searching-30e0</guid>
      <description>&lt;p&gt;"Data is the new oil!" This is a phrase that has been spoken so many times that some might find it cliche. What really is data science? How do I become one? What skills do I need? I explain all this in the next paragraph.&lt;/p&gt;

&lt;p&gt;Data science is a relatively new field in the job market. It can be defined as the process of using data to derive insights which make an impact to business and the world in general. Data science involves using mathematical and statistical methods find insights that make a difference to a company's bottomline.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What educational background should I have to be a data scientist?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The field of data science involves using statistical methods to convert data into helpful recommendations for businesses. Therefore, a background in computer science, mathematics or statistics is usually a good starting point for anyone who wants to be a data scientist. However, skills might sometimes outweigh the education background for a career in data science. So what skills does a data scientist need you ask? I have elaborated the various skills and technological tools needed for a successful career in data science in the next section and tips to secure a job in the data science field.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Skills needed in data science&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;In order to thrive as a data scientist, you need to be able to not only wrap your head around various mathematical concepts but also have technological skills and soft skills in your arsenal.&lt;/p&gt;

&lt;p&gt;Some of the mathematical concepts needed in data science include but are not limited to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Linear algebra&lt;/strong&gt;: Data science involves the use of vectors, matrices and linear transformations to manipulate and analyze data. Since linear algebra is the study of these very concepts, knowledge in linear algebra is a fundamental skill for a successful career in data science.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Probability and Statistics&lt;/strong&gt;: A good grasp of statistical concepts such as regression models, correlations and tests of hypothesis to name a few. These aid the data scientist to test and validate or reject various ideas.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Calculus&lt;/strong&gt;: Calculus concepts are used in data science to solve optimization problems and estimate various variables of interest. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The technological skills needed in data science include but are not limited to the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Programming: Since data comes in various formats, the collecting, cleaning and manipulation of various data formats is needed. A data scientist should be well versed in various programming languages such as: Python, SQL and R. Proficiency in these languages helps one tackle the various stages of data processing.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tools: A data scientist uses tools to enable them to not only simulate,build and validate models, but also  store data as it is being processed. Some of the tools used for these purposes are:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Database management systems: PostgreSQL, Snowflake, Microsoft SQL server e.t.c. for the storage of data and manipulation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Visualization tools: PowerBi, Tableau and Excel are examples of some popular visualization tools in data science&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Big data techologies: Since more data is created each and every passing second, technologies are needed to handle such large amounts of data. Some big data technologies include: Hadoop,Kafka and Spark.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;-Cloud technologies: Cloud technologies are essential in cloud computing.It is advisable to have either one of the following skills: Microsoft Azure, Amazon Web Services or Google Cloud Platform.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  Soft Skills in data science
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
Data scientists do not work in a solitary environment. They have to report findings to management, collaborate with fellow data scientists and team up with data analysts and data engineers to achieve their mission. It is therefore imperative for dat scientist to have skills such as teamwork, collaboration, and public speaking to be able to articulate ideas and findings in a clear manner.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tips to securing a job in the data science field.
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Be loud: Explain your work in meetups, communities an other professional gatherings to make potential employers aware of your prowess.
-Have a portfolio: Having a portfolio of projects you have carried out enables recruiters to gauge your skills and showcases your areas of expertise.
-Networking: A majority of job vacancies are filled through word of mouth. It is useful to know people in your field of work. They might mention your name when vacancies come up and refer you to various companies.
-A solid resumes: Resumes help recruiters understand the type of person they are hiring. Having a properly formatted resumes enables recruiter understand you better and find out more about your skills.
-Finallly, do not give up! Keep sending those applications and building your network and you will find people who need your expertise. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Success in your data science career!&lt;/p&gt;

</description>
      <category>data</category>
      <category>datascience</category>
      <category>tech</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>Tony Ndereva</dc:creator>
      <pubDate>Sun, 04 Aug 2024 02:30:55 +0000</pubDate>
      <link>https://dev.to/athi47/expert-advice-on-how-to-build-a-successful-career-in-data-science-including-tips-on-education-skills-and-job-searching-2ch6</link>
      <guid>https://dev.to/athi47/expert-advice-on-how-to-build-a-successful-career-in-data-science-including-tips-on-education-skills-and-job-searching-2ch6</guid>
      <description>&lt;p&gt;"Data is the new oil!" This is a phrase that has been spoken so many times that some might find it cliche. What really is data science? How do I become one? What skills do I need? I explain all this in the next paragraph.&lt;/p&gt;

&lt;p&gt;Data science is a relatively new field in the job market. It can be defined as the process of using data to derive insights which make an impact to business and the world in general. Data science involves using mathematical and statistical methods find insights that make a difference to a company's bottomline.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What educational background should I have to be a data scientist?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The field of data science involves using statistical methods to convert data into helpful recommendations for businesses. Therefore, a background in computer science, mathematics or statistics is usually a good starting point for anyone who wants to be a data scientist. However, skills might sometimes outweigh the education background for a career in data science. So what skills does a data scientist need you ask? I have elaborated the various skills and technological tools needed for a successful career in data science in the next section and tips to secure a job in the data science field.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Skills needed in data science&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;In order to thrive as a data scientist, you need to be able to not only wrap your head around various mathematical concepts but also have technological skills and soft skills in your arsenal.&lt;/p&gt;

&lt;p&gt;Some of the mathematical concepts needed in data science include but are not limited to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Linear algebra&lt;/strong&gt;: Data science involves the use of vectors, matrices and linear transformations to manipulate and analyze data. Since linear algebra is the study of these very concepts, knowledge in linear algebra is a fundamental skill for a successful career in data science.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Probability and Statistics&lt;/strong&gt;: A good grasp of statistical concepts such as regression models, correlations and tests of hypothesis to name a few. These aid the data scientist to test and validate or reject various ideas.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Calculus&lt;/strong&gt;: Calculus concepts are used in data science to solve optimization problems and estimate various variables of interest. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The technological skills needed in data science include but are not limited to the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Programming: Since data comes in various formats, the collecting, cleaning and manipulation of various data formats is needed. A data scientist should be well versed in various programming languages such as: Python, SQL and R. Proficiency in these languages helps one tackle the various stages of data processing.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tools: A data scientist uses tools to enable them to not only simulate,build and validate models, but also  store data as it is being processed. Some of the tools used for these purposes are:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Database management systems: PostgreSQL, Snowflake, Microsoft SQL server e.t.c. for the storage of data and manipulation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Visualization tools: PowerBi, Tableau and Excel are examples of some popular visualization tools in data science&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Big data techologies: Since more data is created each and every passing second, technologies are needed to handle such large amounts of data. Some big data technologies include: Hadoop,Kafka and Spark.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;-Cloud technologies: Cloud technologies are essential in cloud computing.It is advisable to have either one of the following skills: Microsoft Azure, Amazon Web Services or Google Cloud Platform.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  Soft Skills in data science
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
Data scientists do not work in a solitary environment. They have to report findings to management, collaborate with fellow data scientists and team up with data analysts and data engineers to achieve their mission. It is therefore imperative for dat scientist to have skills such as teamwork, collaboration, and public speaking to be able to articulate ideas and findings in a clear manner.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tips to securing a job in the data science field.
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Be loud: Explain your work in meetups, communities an other professional gatherings to make potential employers aware of your prowess.
-Have a portfolio: Having a portfolio of projects you have carried out enables recruiters to gauge your skills and showcases your areas of expertise.
-Networking: A majority of job vacancies are filled through word of mouth. It is useful to know people in your field of work. They might mention your name when vacancies come up and refer you to various companies.
-A solid resumes: Resumes help recruiters understand the type of person they are hiring. Having a properly formatted resumes enables recruiter understand you better and find out more about your skills.
-Finallly, do not give up! Keep sending those applications and building your network and you will find people who need your expertise. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Success in your data science career!&lt;/p&gt;

</description>
      <category>data</category>
      <category>datascience</category>
      <category>tech</category>
    </item>
  </channel>
</rss>
