TradingAgents/tradingagents
Yijia-Xiao b0f9d180f9 fix: harden stock data parsing against malformed CSV and NaN values
Add _clean_dataframe() to normalize stock DataFrames before stockstats:
coerce invalid dates/prices, drop rows missing Close, fill price gaps.
Also add on_bad_lines="skip" to all cached CSV reads.
2026-03-15 18:29:43 +00:00
..
agents fix: handle comma-separated indicators in get_indicators tool 2026-03-15 18:05:36 +00:00
dataflows fix: harden stock data parsing against malformed CSV and NaN values 2026-03-15 18:29:43 +00:00
graph fix: initialize all debate state fields in propagation.py 2026-03-15 17:54:32 +00:00
llm_clients chore: clean up dependencies and fix Ollama auth 2026-02-03 23:08:12 +00:00
default_config.py feat: add yfinance support to accommodate community request for stability and quota 2026-02-03 22:27:20 +00:00