#drop-function

[ follow ]
fromErik Marsja
2 months ago
Data science

Pandas: Drop Columns By Name in DataFrames

Pandas allows efficient removal of columns by name from DataFrames.
The drop() function can be used to remove single or multiple columns easily.
[ Load more ]