AllenDowney / ThinkStats2

Text and supporting code for Think Stats, 2nd Edition
http://allendowney.github.io/ThinkStats2/
GNU General Public License v3.0
4.02k stars 11.28k forks source link

potential typo in section 1.4 #159

Closed jrm2008 closed 4 years ago

jrm2008 commented 4 years ago

Very minor potential typo in section 1.4 (p. 7)

"The last line includes the variable name, Series length, and data type; int64 is one of the types provided by NumPy. If you run this example on a 32-bit machine you might see int32."

If I understand correctly this text refers to "pregordr" which is a pandas series.