Danilo
Danilo
Good afternoon, I also believe it will be easy to implement the locf function. I will try. But as I am still learning about the project, if possible, I would...
require 'Dataframe' df1 = Dataframe() date1 = { "2016-12-27 21:00:00", "2016-12-27 21:01:00", "2016-12-27 21:02:00", "2016-12-27 21:04:00", "2016-12-27 21:07:00" } value1 = { 10.00, 10.01, 10.02, 10.04, 10.07 } df1:load_table{data=Df_Dict{date=date1, priceA=value1}}...
