Pandas drop_index

Przykłady kodu

10
0

Resetuj indeks

df.reset_index(drop=True)
7
0

reset_index

df.reset_index(drop=True, inplace=True)
2
0

pandy opuszczają kolumny według indeksu

cols = [1,2,4,5,12]
df.drop(df.columns[cols],axis=1,inplace=True)
1
0

jak upuścić kolumnę indeksu w pandach

df.reset_index(drop=True, inplace=True)
0
0

df.drop index

df.reset_index(drop=True, inplace=True)
-1
0

jak upuścić kolumnę indeksu w pandach

df.reset_index(drop=True)

W innych językach

Ta strona jest w innych językach

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................