Last active
March 4, 2020 13:23
-
-
Save Alakhator/2cee01dc3798e53f0f68b620c0a08ccb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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