eland.DataFrame.values

DataFrame.values

Not implemented.

In pandas this returns a Numpy representation of the DataFrame. This would involve scan/scrolling the entire index.

If this is required, call ed.eland_to_pandas(ed_df).values, but beware this will scan/scroll the entire Elasticsearch index(s) into memory.