上一页 1 2 3 4 5 6 ··· 345 下一页
摘要: 构造DataFrame from pandas import Series,DataFrameimport numpy as... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(47) 评论(0) 推荐(0)
摘要: 构造Series obj=Series([4,5,-7,7])objOut[140]: 0 41 52 -73 ... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(207) 评论(0) 推荐(0)
摘要: 构造Series obj=Series([4,5,-7,7])objOut[140]: 0 41 52 -73 ... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(233) 评论(0) 推荐(0)
摘要: 本文转载自刘建平 建立数据 import numpy as npimport matplotlib.pyplot as pl... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(61) 评论(0) 推荐(0)
摘要: 本文转载自刘建平 建立数据 import numpy as npimport matplotlib.pyplot as pl... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(72) 评论(0) 推荐(0)
摘要: python 各种库 http://www.lfd.uci.edu/~gohlke/pythonlibs/ anaconda https://www.continuum.io/downloads/ 经典版Pythonhttps://repo.con... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(22) 评论(0) 推荐(0)
摘要: python 各种库 http://www.lfd.uci.edu/~gohlke/pythonlibs/ anaconda https://www.continuum.io/downloads/ 经典版Pythonhttps://repo.con... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(46) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-"""Created on Fri Apr 7 20:03:39 2017@auth... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(215) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*-"""Created on Fri Apr 7 20:03:39 2017@auth... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(27) 评论(0) 推荐(0)
摘要: from random import shuffle as sfa=['bob','jack','tom','toby']for i... 阅读全文
posted @ 2022-08-19 23:00 luoganttcc 阅读(35) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 345 下一页