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 pandas as pd
|
||||||
import itertools
|
import itertools
|
||||||
|
|
||||||
|
|
||||||
def fix_name(category, raw_name):
|
def fix_name(category, raw_name):
|
||||||
splitted = raw_name.replace('-', '+').replace('.', '+').replace(',', '+').split('+')
|
splitted = raw_name.replace('-', '+').replace('.', '+').replace(',', '+').split('+')
|
||||||
out1 = ""
|
out1 = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user