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

NotImplementedError: StringColumn::replace_values() not implemented #1523

Closed
arnocandel opened this issue Jan 9, 2019 · 3 comments · Fixed by #1524
Closed

NotImplementedError: StringColumn::replace_values() not implemented #1523

arnocandel opened this issue Jan 9, 2019 · 3 comments · Fixed by #1524
Assignees
Labels
improve Improvement of an existing functionality
Milestone

Comments

@arnocandel
Copy link
Member

After refactor - this feature was lost, it seems. Needed for DAI.

@arnocandel arnocandel added bug Any bugs / errors in datatable; however for severe bugs use [segfault] label refactor Internal code changes, clean-ups or reorganizations that are not externally visible labels Jan 9, 2019
@arnocandel
Copy link
Member Author

@st-pasha
Copy link
Contributor

st-pasha commented Jan 9, 2019

It was never implemented, only now we started to throw a proper error: 4c39335#diff-7252009faeff84b6ca99ff2ace337bdf

Of course if DAI actually needs it, then we should go ahead and implement.

@st-pasha st-pasha added improve Improvement of an existing functionality and removed bug Any bugs / errors in datatable; however for severe bugs use [segfault] label refactor Internal code changes, clean-ups or reorganizations that are not externally visible labels Jan 9, 2019
@arnocandel
Copy link
Member Author

arnocandel commented Jan 9, 2019

how come this works in 0.7.0.dev428

    table = dt.Frame(['hi'])
    table.replace(['hi'], 'boo')
    assert table[0, 0] == 'boo'

ah - not table[some_rows, some_cols] = strings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improve Improvement of an existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants