Excel Frmula :
=VLOOKUP("M", 'Product Table'!A:B, 2, FALSE)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Links :
DATA_SET.csv : https://drive.google.com/file/d/1nl8s8nSTn8MrsuCDhiwfV6z2s1gGB8Ns/view?usp=drive_link
DATA_SET.xlsx (Excel File) : https://docs.google.com/spreadsheets/d/1AgF6cjg5VH2_UxaMYN-8FTU62TdYLfHw/edit?usp=sharing&ouid=116484988672302914957&rtpof=true&sd=true
diabetes(2).csv : https://drive.google.com/file/d/1RxamvTmOUVumxvdwYOScnClOFO3fwRPd/view?usp=drive_link
ds.json : https://drive.google.com/file/d/1Wii4GNsQ2k414X-3otzNydns30MTlt0A/view?usp=drive_link
iris.csv : https://drive.google.com/file/d/1RJIt4Npphq7M8FFia_pL0Q5FhfCGei8S/view?usp=drive_link
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
Practical 2
Aim : Data Frames and Basic Data Pre-processing
-->Read data from CSV and JSON files into a data frame.
-->Perform basic data pre-processing tasks such as handling missing values and outliers.
-->Manipulate and transform data using functions like filtering, sorting, and grouping
CODE:-