effective_pandas_book icon indicating copy to clipboard operation
effective_pandas_book copied to clipboard

Typos on a few pdf pages

Open jbwhit opened this issue 2 years ago • 0 comments

  • [ ] 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?)

jbwhit avatar Jul 02 '22 22:07 jbwhit