Spaces:
Runtime error
Runtime error
Commit ·
ca2a6a2
1
Parent(s): e7f2fe8
Update mapping.py
Browse files- mapping.py +1 -1
mapping.py
CHANGED
|
@@ -40,7 +40,7 @@ def get_mapping(prep_text):
|
|
| 40 |
topic_name = []
|
| 41 |
for index_i in name_index:
|
| 42 |
topic_name.append(sectors['name_clean'].tolist()[index_i])
|
| 43 |
-
topic_name = str(topic_name)
|
| 44 |
|
| 45 |
|
| 46 |
#industries
|
|
|
|
| 40 |
topic_name = []
|
| 41 |
for index_i in name_index:
|
| 42 |
topic_name.append(sectors['name_clean'].tolist()[index_i])
|
| 43 |
+
#topic_name = str(topic_name)
|
| 44 |
|
| 45 |
|
| 46 |
#industries
|