eland

eland

January 24, 2024 | seedling, permanent

tags :

Summary #

Eland is a Python client and toolkit for DataFrames and machine learning in Elasticsearch. Full documentation is available on Read the Docs. Source code is available on github.

Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch

Eland is a Python Elasticsearch client for exploring and analyzing data in Elasticsearch with a familiar Pandas-compatible API.

install

pip install eland

Compatibility #

Supports Python 3.7+ and Pandas 1.3 Supports Elasticsearch clusters that are 7.11+, recommended 7.14 or later for all features to work. Make sure your Eland major version matches the major version of your Elasticsearch cluster. The recommended way to set your requirements in your setup.py or requirements.txt is::

eland>=8,<9

eland>=7,<8


Links to this note

Go to random page

Previous Next