Posts

Showing posts from April, 2023

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...

MINDMAP Basic Python and SQL for Data Science

Image
 The basics of python and SQL are the first and the main ones we have to learn. For Python, I used    GREAT LEARNING PYHTON COURSE FREE This course just covers all the fundamental topics to understand python. For SQL you can choose free courses like these or many are available on youtube as well. Mind map to study basic python for data science                              BASIC CONCEPTS               |      Variables and Data Types               |           Operators               |             Lists               |           Dictionaries               |             Tuples         ...