You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second edition is consistent between the command and the table produced, but I think what the author wanted was the table obtained in the first edition (page 164 of the printed ed), which is generated without using .unstack().
The text was updated successfully, but these errors were encountered:
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 talking about has this code:
[18] planets.groupby("method")["year"].describe().unstack()
The second edition is consistent between the command and the table produced, but I think what the author wanted was the table obtained in the first edition (page 164 of the printed ed), which is generated without using .unstack().
The text was updated successfully, but these errors were encountered: