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

Add a function to drop all-NaN columns in a bdb table #162

Open
curlette opened this issue Oct 27, 2016 · 0 comments
Open

Add a function to drop all-NaN columns in a bdb table #162

curlette opened this issue Oct 27, 2016 · 0 comments

Comments

@curlette
Copy link

Running analysis with lovecat or cgpm fails on a table with any all-NaN columns. It would be nice to be able to quickly drop such columns automatically.

A helper function to do this would be great in part because of the limitation of SQLite to not allow columns to be dropped directly:

SQLite supports a limited subset of ALTER TABLE. The ALTER TABLE command in SQLite allows the user to rename a table or to add a new column to an existing table. It is not possible to rename a column, remove a column, or add or remove constraints from a table.

curlette added a commit that referenced this issue Oct 27, 2016
curlette added a commit that referenced this issue Oct 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant