Ребята, только начинаю вникать в Питон. Пытаюсь получить данные колонки. У меня есть обычная таблица csv. Я лекго могу получить список колонок.
df.columns
Index(['Order Item Id;"Lamoda Id";"Seller SKU";"Lamoda SKU";"Created at";"Updated at";"Order Number";"Order Source";"Order Currency";"Customer Name";"National Registration Number";"Shipping Name";"Shipping Address";"Shipping Address2";"Shipping Address3";"Shipping Address4";"Shipping Address5";"Shipping City";"Shipping Postcode";"Shipping Country";"Shipping Region";"Billing Name";"Billing Address";"Billing Address2";"Billing Address3";"Billing Address4";"Billing Address5";"Billing City";"Billing Postcode";"Billing Country";"Payment Method";"Paid Price";"Unit Price";"Tax Amount";"Shipping Fee";"Wallet Credits";"Item Name";"Variation";"CD Shipping Provider";"Shipping Provider";"Shipment Type Name";"Shipping Provider Type";"CD Tracking Code";"Tracking Code";"Tracking URL";"Shipping Provider (first mile)";"Tracking Code (first mile)";"Tracking URL (first mile)";"Promised shipping time";"Premium";"Status";"Reason";"Warehouse Name";"voucher: discount";"Store Credits";"Shipping Voucher";"Exchange for";"Exchange by";"Extra attributes";"Manifest Id";"Manifest Created At";"Manifest Shipment Provider";"Manifest Tracking Number"'], dtype='object')
Но когда пытаюсь обратиться к определенной колонке получаю ошибку.