python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to create a multiIndex (hierarchical index) dataframe object from another df's column's unique values?
I'm trying to create a pandas multiIndexed dataframe that is a summary of the unique values in each column.
Is there an easier way to have this information summarized besides creating this dataframe?
...
hziggity
Votes: 0
Answers: 2
Python - creating a reference tree of objects by their attributes
I have a list of objects. These objects have nested attributes, which were generated in accordance with a method by hpaulj's response in this post: Object-like attribute access for nested dictionary.
...

rorance_
Votes: 0
Answers: 1
Calculate sum of current row and child rows in hierarchical WITH query in Oracle
I have a Oracle hiërarchical query using a WITH clause (common table expression). My goal is to calculate the sum of the salaries of the current row and the child rows. I've come up with the following...
Marko
Votes: 0
Answers: 2
Theano.scan in hierarchical PyMC3 models
I want to apply theano.scan over multiple parameters in a hierarchical model.
The code works great for a single model, however, I'm not sure how to convert the model to a hierarchical model (requiring...

Zach Wolpe
Votes: 0
Answers: 0