摘要:
1.读取excel: 2.写入excel 3.根据某一列的值进行筛选 4.将list添加到data_frame最后一列 5.data_frame采样 阅读全文
posted @ 2018-08-08 18:44
下路派出所
阅读(150)
评论(0)
推荐(0)
摘要:
groupadd cheat useradd -g cheat cheat passwd cheat 密码设置jsb_6041 阅读全文
posted @ 2018-08-08 18:24
下路派出所
阅读(2710)
评论(0)
推荐(0)
摘要:
安装python3 大多数云平台没有安装zlib和openssl的devel包,需要提前安装 下载python源码 cd /home/cheat wget https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tar.gz tar xzvf Pyt 阅读全文
posted @ 2018-08-08 18:22
下路派出所
阅读(118)
评论(0)
推荐(0)
摘要:
db_url = 'http://47.93.89.99:8765' from traceback import format_exc import phoenixdb as pb class Utils(object): def get_db_conn(self, url): """ this function is able to get data... 阅读全文
posted @ 2018-08-08 16:41
下路派出所
阅读(601)
评论(0)
推荐(0)