self.data.df.tail(10).max() #783
traderblakeq
started this conversation in
General
Replies: 1 comment
-
That was the solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Line: 99
self.data.Close.s.tail(10).min()
--> Gives me the value, but how do I fetch the Timestamp?.Thank you in advance!.
Beta Was this translation helpful? Give feedback.
All reactions