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

Implement "append" mode to pandas_to_eland() #173

Closed
sethmlarson opened this issue Apr 10, 2020 · 1 comment · Fixed by #217
Closed

Implement "append" mode to pandas_to_eland() #173

sethmlarson opened this issue Apr 10, 2020 · 1 comment · Fixed by #217
Labels
topic:dataframe Issue or PR about eland.DataFrame
Milestone

Comments

@sethmlarson
Copy link
Contributor

Currently there is only "error" and "replace" mode, we should add "append" mode to make it easier to add more data to Elasticsearch from Pandas.

Most of the work will be in checking that existing index mapping is compatible with the mapping that would be generated

@sethmlarson sethmlarson added this to the v7.9.0 milestone Apr 10, 2020
@sethmlarson
Copy link
Contributor Author

Part of this work would also be df.append?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:dataframe Issue or PR about eland.DataFrame
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant