wesm / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Other
22.27k stars 15.19k forks source link

Fixed # of data points generated in Chapter 4, Code Cell 68 #191

Open HimrajDas opened 11 months ago

HimrajDas commented 11 months ago

Code cell 68 in Chapter 4 was mistakenly generating 1000 data points instead of 100. So, I Adjusted the step size to generate 100 data points correctly.