Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate 02.09-Structured-Data-NumPy.ipynb #224
Conversation
The table mentioning different data types and their shorthand encodings has a typo for floating point.
np.dtype('f8') == np.float64
The table mentioning different data types and their shorthand encodings has a typo for floating point.
np.dtype('f8') == np.float64[instead ofnp.int64]