This repo powers my blog experiment where ChatGPT manages a real-money micro-cap stock portfolio.

3 Open Issues Need Help Last updated: Sep 14, 2025

Open Issues Need Help

View All on GitHub
Graph Date Range about 1 month ago
bug good first issue

This repo powers my blog experiment where ChatGPT manages a real-money micro-cap stock portfolio.

Python

This repo powers my blog experiment where ChatGPT manages a real-money micro-cap stock portfolio.

Python

AI Summary: This GitHub issue describes a `FutureWarning` that occurs during DataFrame concatenation in pandas, specifically when `portfolio_df` or `df_log` are initially empty and new rows are added. The current workaround is to ignore the warning, but the goal is to implement a proper fix to prevent this future deprecation. The warning indicates that future versions of pandas will change how empty or all-NA columns are handled during concatenation.

Complexity: 2/5
bug good first issue

This repo powers my blog experiment where ChatGPT manages a real-money micro-cap stock portfolio.

Python