I try to write to txt file list with russian string.(I get that with unique1 = np.unique(df['search_term']), it's numpy.ndarray)
thefile = open('search_term.txt', 'w')
for item in unique1:
thefile.write("%s\n" % item)
But in list this string looks correct. But after writing it looks like
предметов berger bg bg045-14 отзывы
звезд
воронеж
Why a get that?