Open wyandqm opened 5 months ago
Can you provide the output file with data_preprocess.py? I have a bug running this file。 parsed_news = news.swifter.apply(parse_row, axis=1)
Sorry but I don't have that (so many years...)
You may remove .swifter: news.apply(parse_row, axis=1). Then you may get a nicer error message.
.swifter
news.apply(parse_row, axis=1)
Can you provide the output file with data_preprocess.py? I have a bug running this file。 parsed_news = news.swifter.apply(parse_row, axis=1)