Class - 1 - Intro - 29-02-2024 - 1709190354841
Class - 1 - Intro - 29-02-2024 - 1709190354841
INFORMATIONS:
Cleaned version of info.
DATA: Set of value/ enteries which may or may not be cleaned, RAW DATA
VISUALIZATION:
Data represented in the form of charts, graphs, maps, pictures.
Visuals helps to understand the data better.
ANALYSIS:
Performing tasks such that it given data insights---> DATA DRIVEN BU
CELL:
Intersection of rows & columns
Rows: records or observation
Columns: fields|attributes or variables
RANGE:
Collection of Cells.
1. Excel workbook can have 'N' worksheets, depending upon system's RAM
2. A worksheet is collection of :
Cells
3. A worksheet can have :
Rows: 10, 48, 576
Columns: 1500
4. Excel worksheet can store the data in onlyb 2 datatypeS:
i. text
ii. Numeric
5. Text data in excel is represented by " ".
Excel: " "
SQL : ' '
PowerBI: " "
Python: either ' ' or " "
i. Structured data:
iii. Semi-Structured:
E-COMMERCE:
CUSTOMER
cust_id 101, 102,.. text
name john' text
phn 9988776655' text
address h.no 3, lane-1, xyz text
city noida text
pincode 201010 text
email john123@gmail.com text
dob 12/23/1978 numeric
gender m, f, o text
type_cust premium, standrad, classic text
EMPLOYEE
ii. NUMERIC
int, float, decimal, boolean, bit, date, time,
long, double,….
NUMERIC DATA IS ALWAYS RIGHT ALIGNED
123
numeric
CARDINALITY:
CELL
RANGE
Any data which is stored in the form of rows & column ,i.e. tables
Eg: Databases(Oracle, SSMS, MySQL, ….)
Data that is stored in random form, but has the property to get converted into tables.
Eg: excel files, XML document
Sales
COMMONLY USED SHORTCUTS:
6. To Freeze a cell:
F4 or FN + F4
7. NUMBER FORMAT:
CTRL + 1
CELL FREEZING:
FORMATTINGS:
NUMBER FORMATING:
It uses 2 symbols:
0, #
Q: REPRESENT 10 AS 10.0
10 10.0
Duration
Call start Call end hours minutes seconds days
9:35 AM 11:47 AM 02 132 7920 30
Time:
h or hh, [m] or [mm] or [s] or [ss]
if minutes needs to be used with hours, then:----> hh: m
if minutes needs to be used alone---> [mm]
**When 2 dates are substracted, we get a numeric value that reprsenetd no. of days
123 123
7654 7.7 K
8976543 9.0 M
9123456987 9.1 B
100
100 100
100
es---> [ >= 1000000000] 0.0,,, "B" ; [>= 1000000] 0.0,, "M" ; 0.0, "K"