stock_data = pd.DataFrame(stock_info, columns=['ticker', 'quantity', 'price'], index=['S1', 'S2', 'S3', 'S4', 'S5'])
stock_data = pd.DataFrame(stock_info, columns=['ticker', 'quantity', 'price'], index=['S1', 'S2', 'S3', 'S4', 'S5'])
Hello Axel,
Can you help me with the course section and unit you are referring to where you got the error. Can you also help me understand what the error was so we can try and rectify it.
Thanks.