Merged upstream master

Updating example in README.md
This commit is contained in:
Ed Savage 2019-11-11 15:01:38 +00:00
commit 16c7e23e93

View File

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