Danilo

Results 3 comments of 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}}...

![example](https://cloud.githubusercontent.com/assets/24799894/21532598/dc00a9e0-cd38-11e6-80c0-bea422c6fc64.png)