Given a Pandas dataframe, where one of the columns looks like this:
Date
2016-04-15
2016-04-14
2016-04-13
2016-04-12
2016-04-11
2016-04-08
How do I get the row-index of a particular value assuming that values are unique?
For example, "2016-04-13" would return 2