h2oai / h2oai/datatable

Removing a column that is not in the columnset is error

Open
#3,057 10 comments 0 reactions 1 assignee Claimed by @pradkrish View on GitHub
bug
Dominant language
C++
Stars
1.9k
Forks
164
Avg merge
7h 31m
Merged PRs (30d)
1

Description

```
import datatable as dt
from datatable import f
#
#print(dt.__version__)
# '1.0.0'
df1 = dt.Frame({'a':[1, 2, 3], 'b':[2, 3, 4],'c':[1., 2., 3.]})
df1[:, f[:].remove(f['d'])]
#
# KeyError: Column d does not exist in the Frame; did you mean a, b or c?
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.