11. Importing the Dataset
IMPORTING THE DATASET
Spyder IDE Activity in Python
#Importing the Dataset
dataset = pd.read_csv("Data.csv")Changing the format of the Salary Column
%.of
Creating a matrix of 3 Independent Variables
Creating the Dependent Variable Vector
Importing the Dataset in Rs
Previous10. Importing the LibrariesNext12. For Python learners, summary of Object-oriented programming: classes & objects
Last updated