ChatGPT used for Financial Data — Filters, Plots, and a Streamlit App
<p>As a former portfolio manager, I always thought there had to be a better way to store and compare financial data other than Excel spreadsheets. Long hours of maintaining single company models and copying/pasting/index/matching data between my models for comp screens and such led me to long for something better.</p>
<p>But most desks don’t have a SQL server nor is it a portfolio manager / analysts’ job to have knowledge of SQL.</p>
<p>Fortunately ChatGPT allows for the relatively “un” structured query language of plain English for dataframe filtering and plotting.</p>
<p>What follows is a brief example of the use of the <a href="https://github.com/rvanasa/pandas-gpt" rel="noopener ugc nofollow" target="_blank">Pandas-GPT</a> library in filtering, plotting, and serving a prompted dataframe in a <a href="https://github.com/streamlit/streamlit" rel="noopener ugc nofollow" target="_blank">Streamlit</a> app.</p>
<p><a href="https://medium.com/@jedgore1/chatgpt-used-for-financial-data-filters-plots-and-a-streamlit-app-15a43de740ab"><strong>Read More</strong></a></p>