The "PythonPortfolioAnalyzer" is a Git repository that forms a vital part of the final project for the "Programming 2" course. This project aims to develop a Python application that empowers users to calculate the risk and return of a stock portfolio, making it an essential tool for investors and financial analysts.
Change getitem of Pandas Series from ser[pos] to ser.iloc[pos], ser being the series and pos the position (lines 176 and 177 of tkinterguiversion and line 40 of plotter) to get rid of future warning
Change getitem of Pandas Series from ser[pos] to ser.iloc[pos], ser being the series and pos the position (lines 176 and 177 of tkinterguiversion and line 40 of plotter) to get rid of future warning