info-rchitect

Results 29 comments of info-rchitect

@Aaron-Watters Thanks for the quick reply. Let me dig into what you have. Once I have a solution I will post it here.

@Aaron-Watters Really I think I just need a callback to return the highlighted items in the list. I say this because I am displaying the list in an ipywidgets `Output`...

In my app, not RoR, I just made an ExcelReport class that has a styles attribute that is a hash of styles. ~~~ruby @styles = {}.tap do |style_hash| STYLES.each do...

@zverok sorry for the delay, will get to this today.

OK here we go: ~~~ruby [1] pry(#)> @source.data => # unit testA_ft1 testA_ws1 testB_ft1 testB_ws1 testC_ft1 testC_ws1 1 1 nil 0.0 nil 0.0 nil 1.0 2 2 0.0 nil 1.0...

@zverok I am still seeing the join method turn 2 DFs with multiindex into a single index but my example perhaps is not the best due to the fact that...

@zverok if two dataframes have the same index shouldn't the index be preserved?

@zverok so let's say my multi-index is [:work_week, :factory] and i pull yield data from one database and I pull volume forecast data from another database that uses the same...

Hi, So here is how I implemented it in my child Dataset class which inherits from Daru::DataFrame. ~~~ruby non_stacked_df = add_dataset(:smokestack, { unit: [1, 2, 3, 4, 5, 6, 7,...