Commit f2f792ea authored by 张彦钊's avatar 张彦钊

add

parent 19134a84
......@@ -27,7 +27,7 @@ def name_short():
sql_active = "select name from api_hospital;"
cursor.execute(sql_active)
result = cursor.fetchall()
name_list = pd.DataFrame(list(result))[0].values.tolist()[:20]
name_list = pd.DataFrame(list(result))[0].values.tolist()
db.close()
print(name_list[:10])
names = ["门诊部","医疗", "门诊", "研究所", "有限", "公司", "医学", "诊所", "中心", "医美", "集团", "卫生", "机构", "专业",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment