This commit is contained in:
2025-03-18 12:38:30 -04:00
parent 86498d54b4
commit d76258eb55
3 changed files with 5 additions and 2 deletions

View File

@@ -215,6 +215,8 @@ class PricingService:
# Set marketplace price
df['TCG Marketplace Price'] = df['new_price']
df['Title'] = ''
column_mapping = {
'tcgplayer_id': 'TCGplayer Id',
'product_line': 'Product Line',