jakevdp / PythonDataScienceHandbook

Python Data Science Handbook: full text in Jupyter Notebooks
http://jakevdp.github.io/PythonDataScienceHandbook
MIT License
43.17k stars 17.93k forks source link

Update 02.09-Structured-Data-NumPy.ipynb #224

Open anshu957 opened 4 years ago

anshu957 commented 4 years ago

The table mentioning different data types and their shorthand encodings has a typo for floating point. np.dtype('f8') == np.float64 [instead of np.int64]