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