TradingAgents/benchmark_append.py

6 lines
189 B
Python

import pandas as pd
import time
# Looking at `tradingagents/dataflows/y_finance.py`
# I should grep for `append` to see if someone is building a list of dicts and then making a dataframe.