Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
b4cb87b
1
Parent(s):
c9e0c4b
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from fuzzywuzzy import process
|
|
13 |
bens_df = pd.read_excel('bens_tab.xlsx')
|
14 |
|
15 |
data_crawler = pd.read_csv('data_crawler.csv', index_col=False)
|
16 |
-
data_crawler = data_crawler[['Title', 'Price', 'Currency', 'Condition', 'Link', 'Marketplace']]
|
17 |
|
18 |
def fetch_data_to_dataframe(query, limit=50, source="mercadolibre"):
|
19 |
if source == "mercadolibre":
|
|
|
13 |
bens_df = pd.read_excel('bens_tab.xlsx')
|
14 |
|
15 |
data_crawler = pd.read_csv('data_crawler.csv', index_col=False)
|
16 |
+
data_crawler = data_crawler[['Title', 'Price', 'Currency', 'Condition', 'Link', 'Marketplace']]
|
17 |
|
18 |
def fetch_data_to_dataframe(query, limit=50, source="mercadolibre"):
|
19 |
if source == "mercadolibre":
|