mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
adds eda of online retail data
This commit is contained in:
parent
c3613f4bfe
commit
b6943c0fee
1105
example/Online Retail Analysis.ipynb
Normal file
1105
example/Online Retail Analysis.ipynb
Normal file
File diff suppressed because one or more lines are too long
17
example/README.md
Normal file
17
example/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Example Walkthrough for eland
|
||||
|
||||
This example demonstrate the functionality of `eland` through a walkthrough of a simple analysis of the [Online Retail Dataset](https://archive.ics.uci.edu/ml/datasets/online+retail).
|
||||
|
||||
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`.
|
Loading…
x
Reference in New Issue
Block a user