Open anshu957 opened 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]
np.dtype('f8') == np.float64
np.int64
The table mentioning different data types and their shorthand encodings has a typo for floating point.
np.dtype('f8') == np.float64
[instead ofnp.int64
]