-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataFrame.dtypes #52
Comments
It sort of depends on what users use dtypes for. If they are using it to programmatically get the column names and data types, then it'd make sense to be as much the same as Pandas as possible. If they are just using that to inspect the dataset's schema, then the existing one should be fine. |
When you say inspect do you mean if they manually inspect it? |
Unless there are objections, I think that the behaviour for |
Raising this to discuss what the handling of the
.dtypes
should be.Current implementations:
Other Differences:
object
The text was updated successfully, but these errors were encountered: