elastic / eland

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

Add TQDM progress bar for Jupyter Notebook pandas_to_eland() calls #294

Open sethmlarson opened 3 years ago

sethmlarson commented 3 years ago
V1NAY8 commented 3 years ago

I'll try to implement this and get a gif to show for you. 😬

V1NAY8 commented 3 years ago

@sethmlarson I tried an example in jupyter notebook

ezgif com-gif-maker

Need suggestion on this:

In jupyter lab, It throws the following: image

I had the same scenario for from tqdm.auto import tqdm

Looks like there's already an issue in tqdm

Still currently exploring different options of tqdm 😄

My Queries are: