Question: Q 1 . Generate a list ( your own, not from class example ) having at least 1 0 elements with multiple data types Create

Q1. Generate a list(your own, not from class example) having at least 10 elements with multiple data types
Create 2 new lists from the original list separated by odd and even indexing
Create a new list (n list) from the original list having every 2 nd elements from 3 rd to 10 th elements.
Perform at least 3 different operation methods demonstrated in class with this new list (n_list)
Q2. Generate a random numpy array having 5 rows and 6 columns
Create a new array taking slice from the original one with 3 rows and 3 columns
Perform at least 2 different operation methods demonstrated in class with this new array
Q3. Upload the given salary dataset in google colab and using matplotlib compare the the salaries of different data employees through bar plot, boxplot, and Pie chart.
1 bar plot between job_title and salary
1 box plot to show the income variation of data scientist, data analyst and data engineer
1 pie chat to show the mean/average income variation of data scientist, data analyst and data engineer
 Q1. Generate a list(your own, not from class example) having at

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!