Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Extracting value from CSV file

Hello,

How can i extract a value from a CSV file?

For example a CSV file form the below link.
https://www.quandl.com/api/v3/datasets/USTREASURY/YIELD.csv?start_date=2002-01-01

How can I extract and print the 1 MO value on 15/10/2019?
When i print, i get the value 'nan'.
A simple code to help me understand is greatly appreciated.

Thank you.