摘要: # -*- coding: utf-8 -*- """ Created on Sat Apr 7 03:15:00 2018 @author: Administrator """ import pandas as pd import numpy as np import tushare as ts import time import threading class sina_rea... 阅读全文
posted @ 2018-09-09 13:32 飞鹰学习 阅读(3488) 评论(0) 推荐(0)
摘要: //批量创建文件夹def 自动创建文件夹(self): path_list = [ 'date', 'andy', 'index', 'other'] for i in path_list: path_T = self.path + '/' + ... 阅读全文
posted @ 2018-09-09 12:10 飞鹰学习 阅读(162) 评论(0) 推荐(0)