Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Last active March 4, 2020 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alakhator/2cee01dc3798e53f0f68b620c0a08ccb to your computer and use it in GitHub Desktop.
Save Alakhator/2cee01dc3798e53f0f68b620c0a08ccb to your computer and use it in GitHub Desktop.
#importing the libraries
import pandas as pd
import numpy as np
#reading the dataset
df=pd.read_csv("Salary.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment