Skip to content

Frame.copy() does not copy key columns #1443

@st-pasha

Description

@st-pasha

This fails:

>>> import datatable as dt
>>> DT = dt.Frame(A=[1,2,3], B=['f', 'wer', 'd'])
>>> DT.key = "A"
>>> DT2 = DT.copy()
>>> assert DT2.key == DT.key

Metadata

Metadata

Assignees

Labels

bugAny bugs / errors in datatable; however for severe bugs use [segfault] label

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions