Sigrid De los Santos
Remove remaining binary file for Hugging Face
9df4cc0
raw
history blame contribute delete
334 Bytes
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