jvns / pandas-cookbook

Recipes for using Python's pandas library
6.68k stars 2.32k forks source link

Obsolete integer division reference #41

Open yuvallanger opened 8 years ago

yuvallanger commented 8 years ago

Chapter three talks about Out[26] as if it was calculated using integer division instead of float division.