update
This commit is contained in:
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