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