随笔分类 -  big data

该文被密码保护。
posted @ 2017-05-02 17:42 idlewith 阅读(1) 评论(0) 推荐(0)
摘要:multiple filter pivot table add to a exist file with 阅读全文
posted @ 2017-04-28 18:12 idlewith 阅读(218) 评论(0) 推荐(0)
摘要:``` cols = all_data_st.columns.tolist() # cols = cols[-1:] + cols[:-1] all_data_st = all_data_st[ [u'date', u'ext price', u'status', u'account number', u'name', u'sku', u'quantity', u'unit pric... 阅读全文
posted @ 2017-04-21 20:43 idlewith 阅读(183) 评论(0) 推荐(0)
摘要:``` #!/usr/bin/env python # _*_ coding: utf-8 _*_ # @Time : 2017/4/18 15:22 # @Author : otfsenter # @File : strip_extr.py import pprint import jieba import numpy as np import pandas as pd i... 阅读全文
posted @ 2017-04-21 14:26 idlewith 阅读(362) 评论(0) 推荐(0)
摘要:``` http://bit.ly/uforeports ``` 阅读全文
posted @ 2017-04-21 03:12 idlewith 阅读(131) 评论(0) 推荐(0)
摘要:``` df = pd.DataFrame(np.arange(16).reshape((4, 4)), index=['Ohio', 'Colorado', 'Utah', 'New York'], columns=['one', 'two', 'three', 'four']) df.ix[np.logical_and(df... 阅读全文
posted @ 2017-04-21 02:07 idlewith 阅读(1123) 评论(0) 推荐(0)
摘要:sales feb 2014.xlsx sales jan 2014.xlsx sales mar 2014.xlsx ['sales feb 2014.xlsx', 'sales jan 2014.xlsx', 'sales mar 2014.xlsx'] account number name 阅读全文
posted @ 2017-04-21 01:24 idlewith 阅读(277) 评论(0) 推荐(0)