From c2719bfc4074af865eda3ee26b54ca78eadcfccd Mon Sep 17 00:00:00 2001 From: stevedodson Date: Tue, 11 Jun 2019 08:08:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afd3f5c..b7f0e20 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## What is it? +# What is it? eland is a elasticsearch client Python package to analyse, explore and manipulate data that resides in elasticsearch. Where possible the package uses existing Python APIs and data structures to make it easy to switch between Numpy, Pandas, Scikit-learn to their elasticsearch powered equivalents. In general, the data resides in elasticsearch and not in memory, which allows eland to access large datasets stored in elasticsearch.