TradingAgents/test.py

5 lines
107 B
Python

import yfinance as yf
import pandas as pd
print("Checking what happens on df = df.copy() vs vectorized.")