mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Merge pull request #28 from edsavage/master
Correct usage example in README.md
This commit is contained in:
commit
862f58ec63
@ -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