我创建了一个表格如下:
myString = ['al Group1', 'al Group2']
entities = df['entity']
def title_fix(entities):
new_titles = []
for entity in entities:
if entity in myString:
new_titles.append(myString)
else:
new_title.append(entity.title())
return new_title
title_fix(df)
因此,在所有插入请求中,我必须插入created_at时间,并且在所有更新请求中,我必须将last_update_time插入到json数据中。我不确定我们如何做到类似于关系数据库。