摘要: import numpy as np import pandas as pd from pandas import Series,DataFrame import matplotlib.pyplot as plt tips=pd.read_csv('tips.csv') print(tips.describe()) ''' total_bill tip ... 阅读全文
posted @ 2018-07-18 19:31 Lzxanthony 阅读(740) 评论(0) 推荐(0)