eland/test.py
Stephen Dodson f1e27f1dda First prototype code commit
Experimental prototype, for internal development use only!
2019-06-12 11:46:20 +00:00

8 lines
119 B
Python

import eland as ed
df = ed.from_es('localhost', 'kibana_sample_data_flights')
print(df.head())
print(df.describe())