'Timeseries function

I've got a dataframe which looks something like this:

Column1
315349655

315349655

315349655

315349655

It's more rows and how to write a function which will check if any value is bigger than the first row and also show where are these values are located.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source