2018年5月7日

摘要: 输入整数 输入小数 阅读全文
posted @ 2018-05-07 21:01 muziyi 阅读(3039) 评论(0) 推荐(0) 编辑
 
摘要: import numpy as np import pandas as pd a=pd.read_csv("titanic_train.csv") a.head() 阅读全文
posted @ 2018-05-07 17:16 muziyi 阅读(310) 评论(0) 推荐(0) 编辑
 
摘要: import pandas food_info=pandas.read_csv('food_info.csv')#将csv文件读进来 print(type(food_info)) print(food_info.dtypes) print(help(pandas.read_csv)) food_in 阅读全文
posted @ 2018-05-07 16:36 muziyi 阅读(131) 评论(0) 推荐(0) 编辑