General Utility Functions#

Pandas and Eland#

pandas_to_eland(pd_df, es_client, es_dest_index)

Append a pandas DataFrame to an Elasticsearch index.

eland_to_pandas(ed_df[, show_progress])

Convert an eland.Dataframe to a pandas.DataFrame