0
JPJavier Pacheco
This code extracts the value for the first two rows of the data frame.
0 Comments
import pandas as pd value = df.iloc[0,2] #iloc[row, column]