emiliobrazil / portfolio_analysis

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.
Apache License 2.0
0 stars 1 forks source link

Change __getitem__ from Pandas Series #37

Closed morgadogs closed 11 months ago

morgadogs commented 11 months ago

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