maxvolpi

Results 4 issues of maxvolpi

there are some inconsistencies in 3.8 on line [18]. I think the final .unstack() method should be removed from line [18] to produce the correct table. the line I am...

I think that in the paragraph on Explicit MultiIndex constructors che code: pd.MultiIndex(levels=[['a', 'b'], [1, 2]], labels=[[0, 0, 1, 1], [0, 1, 0, 1]]) should be replaced with: pd.MultiIndex(levels=[['a', 'b'],...

I am trying to reproduce the code on page 107 of the first edition (and it is the same on Github). When I do indA & indB I get a...

I think there is no need to open bash to manage environments as suggested in the section "Workspace for Conda environments". Based on this explanation https://conda.io/projects/conda/en/latest/user-guide/getting-started.html I think conda create...