eland/test.py
Stephen Dodson 2b83edad69 Added json file for pandas comparison
+ renamed from_es to read_es1
2019-06-12 12:12:40 +00:00

8 lines
119 B
Python

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