Ingesting/appending pandas dataframe to same index everyday

I want to append data to same ES index from dataframe every day. Please let me know if its possible ? If yes how?

Check eland project
it will help you to convert pandas dataframe into eland dataframe and save it into elasticsearch
Let me know if that can help