Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Stephen Dodson 2019-11-12 20:29:08 +00:00
commit d8c1e18161

View File

@ -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