eland.DataFrame.values¶
- property DataFrame.values: None¶
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.See Also¶
pandas.DataFrame.values eland_to_pandas to_numpy