Big guys ask python Is there any way to batch cronosplus Backup file of database dat,tad Restore and read
Read dat Just get the data from the file , Examples are as follows
f=open(r'C:\Users\admin\Desktop\game_test\game\apptype_train.dat',encoding='utf-8')
sentimentlist = []
for line in f:
s = line.strip().split('\t')
sentimentlist.append(s)
f.close()