We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This may already be possible, but if so we need to document it - Harry Ferguson mentioned he would like to be able to do something like:
>>> app = qglue(data=...) >>> app.add_data(more=...)
and have the new data appear in glue automatically.
The text was updated successfully, but these errors were encountered:
Right now the only supported syntax is app.data_collection.append(...), but that doesn't do the same kinds of smart-parsing that qglue does. +1
app.data_collection.append(...)
Sorry, something went wrong.
add_data
No branches or pull requests
This may already be possible, but if so we need to document it - Harry Ferguson mentioned he would like to be able to do something like:
and have the new data appear in glue automatically.
The text was updated successfully, but these errors were encountered: