格式为:category^theme^content三列,多个新闻分类,共1000条新闻。对应唐宇迪第12章新闻分类任务数项目。python读取格式: df_news_small = pd.read_csv('./data/data.txt',names=['category','theme','content'],encoding='utf-8',delimiter='^') df_news_small.head(5)