通用实用程序函数# Pandas 和 Eland# pandas_to_eland(pd_df, es_client, es_dest_index) 将 pandas DataFrame 追加到 Elasticsearch 索引。 eland_to_pandas(ed_df[, show_progress]) 将 eland.Dataframe 转换为 pandas.DataFrame