General utility functions

Elasticsearch access

read_es(es_client, es_index_pattern) Utility method to create an eland.Dataframe from an Elasticsearch index_pattern.

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