Posts

Showing posts with the label Data Science

Exploratory data analysis (EDA) - DATA Understanding - Data Types

Image
Exploratory Data Analysis (EDA) is an essential step in the data analysis process that helps to uncover important patterns, trends, and relationships in the data. Understanding the different data types is crucial for effective EDA. In this blog post, we will discuss the different data types used in EDA, including nominal, ordinal, discrete, and continuous data, as well as the difference between quantitative and qualitative data. Nominal Data: Nominal data is categorical data that has no inherent order or hierarchy. Nominal data is often used to represent characteristics or attributes that are unique to a particular category. Examples of nominal data include: Gender (Male or Female) Marital Status (Single, Married, Divorced, or Widowed) Hair Color (Blonde, Brown, Black, or Red) Nominal data can be analyzed using frequency tables or bar charts to identify the frequency of occurrence of each category. In EDA, nominal data is considered a qualitative data type. Ordinal Data: Ordinal dat...

Where To Begin

Image
As a computer science student aiming to become a data scientist is one of the options from a vast pool. I think I don't have to explain here what data science is and stuffs like that. So, What is the purpose of this blog? This blog will showcase my journey as fresher to a Data Scientist, maybe more. So the blog will contain all the steps that I am taking for this. I hope this will help others to follow me through my journey as well as keep me on track. It will contain learning materials,links, projects, codes..etc. To learn Data Science Python is essential. That leads us to the First Step of our learning journey    Basics Of Python (Explained in the next blog)