Skip to content
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

.type and .types frame's attributes do not work properly in notebooks #3465

Open
oleksiyskononenko opened this issue May 24, 2023 · 0 comments
Labels
bug Any bugs / errors in datatable; however for severe bugs use [segfault] label

Comments

@oleksiyskononenko
Copy link
Contributor

When a notebook cell contains the following code

DT = dt.Frame([1,2,3])
DT.type

it outputs

<datatable.datatable.Type at 0x7d03abe37380>

The same code, when executed directly in python, works as expected

>>> DT = dt.Frame([1,2,3])
>>> DT.type
Type.int32

.types behaves exactly the same.

@oleksiyskononenko oleksiyskononenko added the bug Any bugs / errors in datatable; however for severe bugs use [segfault] label label May 24, 2023
@oleksiyskononenko oleksiyskononenko changed the title .types and .type do not work properly in notebooks .type and .types frame's attributes do not work properly in notebooks May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Any bugs / errors in datatable; however for severe bugs use [segfault] label
Projects
None yet
Development

No branches or pull requests

1 participant