Image by Author

Export an Entire Pandas DataFrame as a Document to Elasticsearch

using Espandas library

Chetana Didugu
The Startup
Published in
3 min readDec 12, 2020

--

I have forever been in search of a method to export an entire Pandas DataFrame to Elasticsearch Client. I had tried my hand at it using the helper function in this post. However, a problem with this method is that, it is difficult to get back the entire DataFrame as an intact DataFrame. I mean, we can only extract…

--

--