Michael Hirsch e57d55dbc2
Adds isin boolean indexing to example (#45)
* adds isin example
* removes unecessary cells
2019-11-15 10:43:06 -05:00
..
2019-11-14 16:09:01 -05:00

Example Walkthrough for eland

This example demonstrate the functionality of eland through a walkthrough of a simple analysis of the Online Retail Dataset.

To run this example, make sure that you have an elasticsearch cluster running on port 9200 and please install any additional dependencies in addition to eland:

pip install -r requirements-example.txt

Once these requirements are satisfied, load the data using the provided script:

python load.py

This will create an index called online-retail with a mapping defined in load.py.