mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Merged upstream master
Updating example in README.md
This commit is contained in:
commit
16c7e23e93
@ -7,7 +7,7 @@ For example, to explore data in a large elasticsearch index, simply create an el
|
|||||||
```
|
```
|
||||||
>>> import eland as ed
|
>>> import eland as ed
|
||||||
|
|
||||||
>>> df = ed.read_es(url='http://localhost:9200', index='reviews')
|
>>> df = ed.read_es('http://localhost:9200', 'reviews')
|
||||||
|
|
||||||
>>> df.head()
|
>>> df.head()
|
||||||
reviewerId vendorId rating date
|
reviewerId vendorId rating date
|
||||||
|
Loading…
x
Reference in New Issue
Block a user