featuretools.EntitySet.replace_dataframe#

EntitySet.replace_dataframe(dataframe_name, df, already_sorted=False, recalculate_last_time_indexes=True)[source]#

替换EntitySet表的内部数据框,保持Woodwork类型信息不变. 可选地确保数据已排序,与其他数据框的引用索引一致, 并更新last_time_indexes以反映新数据.如果原始数据框创建了索引且新数据框中不存在该索引, 则将在新数据框中添加同名索引列.