You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree that bool and Datetime would be good to add.
For the float dtypes I would recommend they always use 64. That's why I did not mention anything else. For floats it's less about range and more about the significant digits you can get.
Describe the inconsistency / error
In the screencast on (pandas) dtypes, I've noticed that
Float32Dtype
is not mentioned (on the "Overview of numeric dtypes" slide)Float64Dtype
does not have a range (on the "Overview of numeric dtypes" slide)BooleanDtype
is not mentionedDatetimeTZDtype
is not mentionedI'd argue that
Location
The text was updated successfully, but these errors were encountered: