from pandas import ExcelFile import pandas as pd from pandas import ExcelFile import pandas as pd xls = ExcelFile('test.xlsx') df = pd.read_excel(xls, ...
分类:
编程语言 时间:
2018-11-02 19:02:15
阅读次数:
144
http://poj.org/problem?id=3734 Description Panda has received an assignment of painting a line of blocks. Since Panda is such an intelligent boy, he s ...
分类:
其他好文 时间:
2018-10-30 21:13:15
阅读次数:
128
本机环境 1、win7 64 旗舰版 2、Qt 5.9.1(MSVC 2015,32 bit) 3、Python 3.7.1 (32-bit),二进制包安装的,即Windows x86 executable installer 4、PythonQt 3.2 使用上面的环境,源码编译 5、2018年1 ...
分类:
编程语言 时间:
2018-10-26 12:10:23
阅读次数:
320
Matplotlib+pandas作图 一、对csv文件进行提取ruixi.csv 对上述表格进行提取并做图 画出图像 二、对.xlsx进行提取:ruixi.xlsx ...
分类:
编程语言 时间:
2018-10-26 10:46:17
阅读次数:
142
#!/usr/bin/env python # -*- coding:utf-8 -*- import pandas as pd import matplotlib.pyplot as plt women_degrees = pd.read_csv('percent-bachelors-degree... ...
分类:
其他好文 时间:
2018-10-19 20:19:55
阅读次数:
166
select_sql = 'select * from recommend_key' datas = pd.read_sql(select_sql, connection) # temp = datas.iloc[:, 2:] # 取出所有数据的 除了前两个字段 tp = temp.sum(axis... ...
分类:
编程语言 时间:
2018-10-19 14:22:25
阅读次数:
148
```cpp include using namespace std; define ms(arr,a) memset(arr,a,sizeof arr) define debug(x) cout"=0; i)sa[ c[x[i]]]=i; for(int k=1;k=k)y[p++]=sa[i] ...
分类:
其他好文 时间:
2018-10-16 19:55:47
阅读次数:
204
来源: https://stackoverflow.com/questions/43983622/remove unnamed columns in pandas dataframe ...
分类:
其他好文 时间:
2018-10-16 18:46:39
阅读次数:
893
按照行遍历,第一个是行索引,第二个是每一行,series类型。 ...
分类:
其他好文 时间:
2018-10-09 16:58:59
阅读次数:
558
从冷战到深度学习:一篇图文并茂的机器翻译史 从冷战到深度学习:一篇图文并茂的机器翻译史 选自Vas3k.com 作者:Ilya Pestov 英语版译者:Vasily Zubarev 中文版译者:Panda 实现高质量机器翻译的梦想已经存在了很多年,很多科学家都为这一梦想贡献了自己的时间和心力。从早 ...
分类:
其他好文 时间:
2018-10-08 23:20:15
阅读次数:
590