update
This commit is contained in:
11
Code/my/Data_age_salary.csv
Normal file
11
Code/my/Data_age_salary.csv
Normal file
@ -0,0 +1,11 @@
|
||||
Age,Salary
|
||||
44,72000
|
||||
27,48000
|
||||
30,54000
|
||||
38,61000
|
||||
40,78000
|
||||
35,58000
|
||||
35,52000
|
||||
48,79000
|
||||
50,83000
|
||||
37,67000
|
||||
|
6
Code/my/LinerTest.py
Normal file
6
Code/my/LinerTest.py
Normal file
@ -0,0 +1,6 @@
|
||||
import pandas as pd
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
dataset = pd.read_csv('Data_age_salary.csv');
|
||||
dataset.iloc[:1]
|
||||
Reference in New Issue
Block a user