data_list = [row.to_dict() for _, row in founders_data.iterrows()] processed_data = [{"uuid": item["founder_uuid"], "input": item["anonymised_prose"], "output": str ...
Loads market data for ETH and MSFT. For development, uses yfinance. Competition data will be provided separately. def load_market_data(asset="ETH", start_date="2024-01-01", end_date=None): Load market ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results