Question: dont use AI tools for plagarism free and write the whole python code Data Set Description The data contains the information about various factors which
dont use AI tools for plagarism free and write the whole python code
Data Set Description
The data contains the information about various factors which can influence salary levels such as experience, work level, job title and many more. The objective of this analysis is to obtain a better understanding of the elements that influence the salaries of data scientists and discover any regularities or tendencies within the data.
The primary objective of your work is to prepare data for further data mining and analysis.
Requirements Specifications
Data Understanding
To understand what your data resources are and the characteristics of
those resources. Write down your findings. Marks
Data Preparation
Write a python program to load data into pandas DataFrame Marks
Write a python program to remove unnecessary columns ie salary and salary currency. marks
Write a python program to remove the NaN missing values from updated dataframe. Marks
Write a python program to check duplicates value in the dataframe. Marks
Write a python program to see the unique values from all the columns in the dataframe. Marks
Rename the experience level columns as below.
SE Senior LevelExpert
MI Medium LevelIntermediate
EN Entry Level
EX Executive Level
Marks
Data Analysis
Write a Python program to show summary statistics of sum, mean, standard deviation, skewness, and kurtosis of any chosen variable.
Marks
Write a Python program to calculate and show correlation of all variables. Marks
Data Exploration
Write a python program to find out top jobs. Make a bar graph of sales as well. Marks
Which job has the highest salaries? Illustrate with bar graph. Marks
Write a python program to find out salaries based on experience level. Illustrate it through bar graph. Marks
Write a Python program to show histogram and box plot of any chosen different variables. Use proper labels in the graph. Marks
All Python programs should have screen shots of testing, results, and brief user guide in the technical report. Python codes should include adequate comments.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
