posted @ 2021-11-29 11:08
11 2021 档案
摘要:G-Research模拟环境下对于时间的处理异常,代码如下: import datetime import os,sys import numpy as np import pandas as pd import gresearch_crypto #env = gresearch_crypto.ma
阅读全文
摘要:Kaggle新手注册——国内由于屏蔽Google服务验证码无法显示: 解决思路 1)在无成本的情况下选用Firefox或Microsoft edge的扩展插件,如 SetupVPN - Lifetime Free VPN 能够获得一定程度上的免费流量额度,满足注册调用Google服务 2)其他思路
阅读全文
posted @ 2021-11-25 14:21
摘要:python API请求——SSL报错 During handling of the above exception, another exception occurred: Traceback (most recent call last): File ".\getOpsMindMetrics.p
阅读全文
posted @ 2021-11-24 17:54
摘要:在我们进行数据分析时,通常会遇到各种数据缺失的情况,针对这种情况我们该如何进行填补呢? 1、人工填补 该方法仅适用于小数据集,受个人因素影响。 2、平均值填补 对某一列的缺失值,采用该列的平均值填充 df.fillna(method=a.mean(),inplace=True)#此处重点讲解一下fi
阅读全文
posted @ 2021-11-23 10:04
摘要:原始日志样例: [2021-11-19T02:20:20.933Z] "POST /hu-api/mqttPush/checkLoginAuth HTTP/1.1" 200 - via_upstream "-" 0 80 2 2 "116.236.86.210" "okhttp/3.0.0" "68
阅读全文
posted @ 2021-11-19 11:34