pandasticsearch
pandasticsearch copied to clipboard
Ability to Index data
Any plans to be able to index data using this interface? I have done some preliminary work on this, but it would introduce an actual dependency to pandas.
Did you mean providing a high-level API which indexes data directly from a Pandas DataFrame or an just indexing API which uploads a single document each time?
@morgango Is there any detail about your implementation?
Taking an entire dataframe and pushing the whole thing into Elasticsearch would be interesting...