<?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: Shweta</title>
    <description>The latest articles on DEV Community by Shweta (@shweta6).</description>
    <link>https://dev.to/shweta6</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%2F806570%2F1727b890-10af-4665-b337-607d944de8fe.jpg</url>
      <title>DEV Community: Shweta</title>
      <link>https://dev.to/shweta6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shweta6"/>
    <language>en</language>
    <item>
      <title>Google Data Analytics 1— “Foundations:Data, Data, Everywhere”</title>
      <dc:creator>Shweta</dc:creator>
      <pubDate>Fri, 02 Sep 2022 11:57:38 +0000</pubDate>
      <link>https://dev.to/shweta6/google-data-analytics-1-foundationsdata-data-everywhere-3ihn</link>
      <guid>https://dev.to/shweta6/google-data-analytics-1-foundationsdata-data-everywhere-3ihn</guid>
      <description>&lt;p&gt;Hey guys, recently I started learning data analysis.&lt;/p&gt;

&lt;p&gt;I am a recent software engineering grad. Always grinding leetcode, hackerrank became a chore to me. I was doing those things just for the sake of it. Add “getting a job” to the list and you have a freak there. Worried out of my mind about how I am gonna get a job with the recession coming, waiting for the results and so many things.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0ah8Nsai--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wepk73q4oim7lmg2u26p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0ah8Nsai--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wepk73q4oim7lmg2u26p.png" alt="Data analysis" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One day while watching YouTube, I stumbled upon a “Become a data analyst in 3 months” video. I watched the the video for fun but then realized some of the technologies used in data analysis are known to me. I have always loved SQL, I prefer to code in Python and so things started to become a bit clear and now I have so many things on my mind that I can do with data analytics.&lt;/p&gt;

&lt;p&gt;Finally I decided to learn data analytics and most common resource was Coursera.Google Data analytics certificate was on top of the resources and I signed up for it.&lt;/p&gt;

&lt;p&gt;This certificate is a professional specialization consisting of 8 courses.&lt;/p&gt;

&lt;p&gt;The first course in this specialization is “Foundations: Data, Data, Everywhere”. This course teaches about the importance of data in data analysis. This is a 5 week course.&lt;/p&gt;

&lt;p&gt;The six steps of the data analysis process in this program are: &lt;strong&gt;ask&lt;/strong&gt;, &lt;strong&gt;prepare&lt;/strong&gt;, &lt;strong&gt;process&lt;/strong&gt;, &lt;strong&gt;analyze&lt;/strong&gt;, &lt;strong&gt;share&lt;/strong&gt;, and &lt;strong&gt;act&lt;/strong&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Collecting and using data ethically is one of the responsibilities of data analysts&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Analysts use data-driven decision-making and follow a step-by-step process.&lt;/p&gt;

&lt;p&gt;This course teaches us how to think analytically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;There are 5 Data analytical skills that identify you as a analyst :&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Curiosity&lt;/li&gt;
&lt;li&gt;A technical mindset&lt;/li&gt;
&lt;li&gt;Understanding context&lt;/li&gt;
&lt;li&gt;data design&lt;/li&gt;
&lt;li&gt;data strategy&lt;/li&gt;
&lt;li&gt;It also describes the data life cycle phases.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--REygDS1Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hybxe5drht9x4zh3xui7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--REygDS1Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hybxe5drht9x4zh3xui7.png" alt="Analytical skills" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Variations of the data life cycle&lt;/strong&gt;&lt;br&gt;
Plan: Decide what kind of data is needed, how it will be managed, and who will be responsible for it.&lt;br&gt;
Capture: Collect or bring in data from a variety of different sources.&lt;br&gt;
Manage: Care for and maintain the data. This includes determining how and where it is stored and the tools used to do so.&lt;br&gt;
Analyze: Use the data to solve problems, make decisions, and support business goals.&lt;br&gt;
Archive: Keep relevant data stored for long-term and future reference.&lt;br&gt;
Destroy: Remove data from storage and delete any shared copies of the data.&lt;br&gt;
Organize your data in table&lt;br&gt;
This teaches us how to organize data in excel and visualize it using different types of charts.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;SQL in action&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;How to use SQL to organize data in tables.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Data viz&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;In this we learn about data visualization, its importance and different tools we can use to make dashboards&lt;/p&gt;

&lt;p&gt;In the final week we learn about different job opportunities in this field.&lt;/p&gt;

&lt;p&gt;This course will give you an idea of all the things that are required to become a data analyst. It is taught by &lt;br&gt;
&lt;strong&gt;Google&lt;/strong&gt; industry experts. It is very simple and will definitely motivate you to go further.&lt;/p&gt;

&lt;p&gt;If you liked reading this article, do like, share and follow me for more.&lt;/p&gt;

&lt;p&gt;Next course coming soon!&lt;/p&gt;

</description>
      <category>dataanalysis</category>
      <category>beginners</category>
      <category>python</category>
      <category>datascience</category>
    </item>
  </channel>
</rss>
