Yüzlerce sütundan oluşan bir veri çerçevem var ve tüm sütun adlarını görmem gerekiyor.
Ben ne yaptım:
In[37]:
data_all2.columns
Çıktı:
Out[37]:
Index(['customer_id', 'incoming', 'outgoing', 'awan', 'bank', 'family', 'food',
'government', 'internet', 'isipulsa',
...
'overdue_3months_feature78', 'overdue_3months_feature79',
'overdue_3months_feature80', 'overdue_3months_feature81',
'overdue_3months_feature82', 'overdue_3months_feature83',
'overdue_3months_feature84', 'overdue_3months_feature85',
'overdue_3months_feature86', 'loan_overdue_3months_total_y'],
dtype='object', length=102)
Kesilmiş bir liste yerine tüm sütunları nasıl gösterebilirim ?