-
Notifications
You must be signed in to change notification settings - Fork 21
add Column.dtype #166
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
add Column.dtype #166
Conversation
Strangely enough CI is not happy with this:
|
Should this say something about the returned object? Or do just see it as an opaque object without any guarantees? (except that you can pass it to functions with an argument that expects a dtype?) Or do we want to specify that certain attributes or methods are available? (eg is |
I'd say there are guarantees for dtypes that are returned, but that's gh-155 rather than this PR. We already use |
besides, the hard part of this PR is figuring out how to make it pass CI ;) EDIT: done 🎉 it was just that |
I feel like the name chosen for type annotation earlier is a detail, and should not prevent choosing the most obvious name for the property (or method, but I think a
|
agreed, thanks, have gone with that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is green and seems as uncontroversial as it can get for an API addition, so let's get this in.
closes #165