首页 新闻 会员 周边
0
回答数

已关闭问题 sns.load_dataset('tips') 中的 tips文件在哪,这是什么?

tips=sns.load_dataset('tips') tips.head() #head(10)看10行 Out[140]: total_bill tip sex smoker day time
1
回答数

已解决问题 为什么python 的numpy.unique唯一值会自动排序

arr34 = np.array([3,4,5,3,2,4,3],dtype='<U6') arr34a = np.unique(arr34) arr34a 输出___________________
2
回答数

已解决问题 python的pandas为什么有to_excel没有to_txt

python的pandas为什么有to_excel没有to_txt