I've converted an excel sheet into a dataframe, one of the columns states the rise and drop of prices from day 1 to month 2 as a percentage. For example there'll be '-15.4' or a positive percentage like '6.32' (%).
What i want to do is to only include the rows that have a positive value in that column.
This is my import:
import pandas as pd
ipo_data = pd.read_excel(r'C:\Users\ --- \OneDrive --- \ --- \IPO data.xlsx')