Python Forum
How to get value in Dataframe given row & column values? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How to get value in Dataframe given row & column values? (/thread-33455.html)



How to get value in Dataframe given row & column values? - moonlight - Apr-26-2021

Hi there! Newbie here. I hope to get some help on a Python code.
Given a table (Stock Info) which has lots and lots of rows…How do I code to find the value of closing price on Nov 01, 2018?

For example: A specific stock quote
Columns: Open price, Closing price, Volume
Rows: Specific dates

I wanted to attach the table for easier viewing..but i am unable to access attachment from local drive....
Hope question was still understood.
Thank you!


RE: How to get value in Dataframe given row & column values? - Larz60+ - Apr-26-2021

please show what you have tried so far.
Also please read: https://python-forum.io/misc.php?action=help&hid=52