Jovian
Sign In

Zerotopandas Course Project Starter

Exploratory Data Analysis of Jobs and Salaries in the Field of Data Science

(Analyzing and understanding the jobs, salaries and their prospects in the domain of Data Science and Machine Learning)

Importing required libraries

import os
import numpy as np
import pandas as pd

import warnings
warnings.filterwarnings("ignore")

import matplotlib.pyplot as plt
import seaborn as sns

Downloading the Dataset

Downloaded a kaggle dataset into google drive and imported it using ' pd.read_csv(path_url) '

Dataset used:

harsh-rzf
Harsh Priye6 months ago