Python Assignment
Python Assignment
Guidelines:
i. This assignment is mandatory for everyone.
ii. Use the below datasets or Tables to solve the below queries.
iii. It is mandatory to submit the answer with the screenshot of the output you have received.
iv. o deadline extension in case of
There will only be a single attempt for each exam and n
assignments.
v. Any case of unfair means or plagiarism would lead to debarring in final placements without any
further consideration.
Problem 1:
Dataset: https://drive.google.com/file/d/1fXTWJTunqaMjtqUo9c5sM1o_ABHybhin/view?usp=sharing
Problem 2:
Dataset: https://drive.google.com/drive/folders/1O7lsRG3j_hvXfP7EFP5bhC3sWP5wF4Lp?usp=sharing
2. Sort customer numbers in both Table1 and Table2 files in ascending order
3. Create a new Table3 combining both Table1 and Table2 by selecting the first 3 customers
from
Table1 and first 4 customers from Table2. Repeat this process till we iterate on all customers
Your output should have 1 column and 100 rows with customer numbers.
Output – 1,2,3,51,52,53,54,4,5,6,55,56,57,58,7,8,9,59,60,61,62....
Problem 3:
Congratulations!! You have been selected as a Data Analyst in a Skincare Company. Your role is
to analyse their previous year sales record and analyse the data through various plots and
charts using Pandas, Matplotlib and Python
Goals
Identify which features are useful: Explore the features present in the dataset and infer which
features would be useful to create a plot from them
Milestones