mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
8 lines
119 B
Python
8 lines
119 B
Python
import eland as ed
|
|
|
|
df = ed.read_es('localhost', 'kibana_sample_data_flights')
|
|
|
|
print(df.head())
|
|
|
|
print(df.describe())
|