Update README.md

This commit is contained in:
stevedodson 2019-06-12 11:48:21 +00:00 committed by GitHub
parent f1e27f1dda
commit a8a4325e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,6 @@ For example, to explore data in a large elasticsearch index, simply create an el
>>> df = ed.read_es(url='http://localhost:9200', index='reviews') >>> df = ed.read_es(url='http://localhost:9200', index='reviews')
>>> type(df)
<class 'eland.core.frame.DataFrame'>
>>> df.head() >>> df.head()
reviewerId vendorId rating date reviewerId vendorId rating date
0 0 0 5 2006-04-07 17:08 0 0 0 5 2006-04-07 17:08