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
Page 12: > Namely, that a dataframe can have on or many series.
Page 24, there's an image of city.<TAB> that doesn't match the text (which the data frame would be city_mpg).
pg 83 -- "Note the .loc attribute cap? pulling out..."?
pg 85 -- "Also, you can only put an expression in it, you can have a statement." -- I'm not clear on what this sentence means, I suspect it's missing a word.
pg 90 -- "(city has a numeric index that is unique): city_mpg.reindex([0,0, 10, 20, 2_000_000])" -- I think you mean to refer to city_mpg in the text again.
pg 127 -- "This makes it easy to do things like calculate the percentage of quarterly snowfall the fell in a day:" -- quarterly snowfall that fell in a day.
pg 167 -- "if frac > 1, my specify replace=True" (perhaps must specify replace=True?)
The text was updated successfully, but these errors were encountered:
city.<TAB>
that doesn't match the text (which the data frame would becity_mpg
)..loc
attribute cap? pulling out..."?city_mpg
in the text again.The text was updated successfully, but these errors were encountered: