Merge branch 'master' of github.com:elastic/eland

This commit is contained in:
Stephen Dodson 2019-06-12 12:13:29 +00:00
commit 3dd919e8b2

View File

@ -9,9 +9,6 @@ For example, to explore data in a large elasticsearch index, simply create an el
>>> df = ed.read_es(url='http://localhost:9200', index='reviews') >>> df = ed.read_es(url='http://localhost:9200', index='reviews')
>>> type(df)
<class 'eland.core.frame.DataFrame'>
>>> df.head() >>> df.head()
reviewerId vendorId rating date reviewerId vendorId rating date
0 0 0 5 2006-04-07 17:08 0 0 0 5 2006-04-07 17:08