Spaces:
Running
Running
File size: 334 Bytes
9df4cc0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
class Trend_Downloader:
def __init__(self, args = {}):
pass
def download(self, start_date, end_date, stock = "all"):
pass
def clean_data(self):
pass
def gather_one_day(self,date,stock = "all",delay = 0.1):
pass
def transfer_standard_date_to_nonstandard(self,date):
pass |