04 2021 档案

摘要:import pandas as pd import numpy as np help(pd.DataFrame.iterrows) Help on function iterrows in module pandas.core.frame: iterrows(self) Iterate over 阅读全文
posted @ 2021-04-27 16:23 JohnYang819 阅读(1179) 评论(0) 推荐(0) 编辑
摘要:Deques Deques,即 Double-ended-queues,是支持线程安全,内存高效的列表类对象。Deques是可改变的,支持索引等类似于list的操作,然而,我们不能直接对Deques进行切片操作。 from collections import deque dq=deque('abc 阅读全文
posted @ 2021-04-25 23:04 JohnYang819 阅读(110) 评论(0) 推荐(0) 编辑
摘要:%matplotlib inline from sklearn import datasets import matplotlib.pyplot as plt import numpy as np scikit-learn生成随机数据集 scikit-learn 包含了一系列的用来创建指定规模和复杂 阅读全文
posted @ 2021-04-10 16:15 JohnYang819 阅读(609) 评论(0) 推荐(0) 编辑
摘要:1.下载及安装JDK 下载地址:http://www.oracle.com/technetwork/java/javase/downloads/index.html 环境变量的系统变量填上如下: 变量名:JAVA_HOME 变量值:C:\Program Files (x86)\Java\jdk1.8 阅读全文
posted @ 2021-04-09 00:35 JohnYang819 阅读(120) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示