0
How compare data in two different time?
I Append live data to numpy array. How compare data in two different time? Or how call data by second ago? Example data(now),data(50 second ago)
2 Answers
0
Can you explain more
0
I take stock market data from the web and put it in an array. I want to have a function that can be called based on the last second since the stock price was saved. price(second ago)