}
]
v 20 秒
0
秒
from google. colab import drive
drive. mount('/content/drive')
Mounted at /content/drive
[6] import pandas as pd
data = pd. read_csv('/dataset_1 (3).csv')
print(data)
0
1
2
3
4
539
540
541
542
543
height; "weight"; "age"; "male"
151.765;47.8256065;63;1
139.7;36.4858065:63:0
136.525;31.864838;65;0
156.845;53. 0419145;41;1
145. 415;41. 276872;51;0
145. 415;31. 127751;17;1
162.56;52. 16308;31;1
156. 21;54. 0624965;21;0
71. 12;8. 051258;0;1
158.75;52. 5316235;68;1
[544 rows x 1 columns]