elastic / eland

Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
https://eland.readthedocs.io
Apache License 2.0
25 stars 99 forks source link

Implement `ed_df.groupby([...]).indices` #326

Open V1NAY8 opened 4 years ago

V1NAY8 commented 4 years ago
V1NAY8 commented 4 years ago

@sethmlarson Is there a way we can fetch the _id which is the position of document while using composite aggregation? Our main goal is to find the positions where the buckets are in a dataframe.

sethmlarson commented 4 years ago

Not sure, might not be possible unfortunately.