Open Issues Need Help
View All on GitHubThis repo powers my blog experiment where ChatGPT manages a real-money micro-cap stock portfolio.
This repo powers my blog experiment where ChatGPT manages a real-money micro-cap stock portfolio.
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.
This repo powers my blog experiment where ChatGPT manages a real-money micro-cap stock portfolio.