PythonDataScienceHandbook
PythonDataScienceHandbook copied to clipboard
Update 02.09-Structured-Data-NumPy.ipynb
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
]