This seems like a ridiculously easy question... but I\'m not seeing the easy answer I was expecting.
So, how do I get the value at an nth row of a given column in Pa
Another way of getting the first row and preserving the index:
x = df.first('d') # Returns the first day. '3d' gives first three days.