just to avoid new file change in PR
This commit is contained in:
parent
6d99574e78
commit
54b655f83f
@ -3,7 +3,6 @@ from bs4 import BeautifulSoup
|
||||
import pandas as pd
|
||||
import itertools
|
||||
|
||||
|
||||
def fix_name(category, raw_name):
|
||||
splitted = raw_name.replace('-', '+').replace('.', '+').replace(',', '+').split('+')
|
||||
out1 = ""
|
||||
|
Loading…
Reference in New Issue
Block a user