Home
What's New in 1.0.0
Getting started
User Guide
API reference
Development
Release Notes
Input/output
General functions
Series
DataFrame
Pandas arrays
Panel
Index objects
Date offsets
Window
GroupBy
Resampling
Style
Plotting
General utility functions
Extensions
pandas.Index.delete
¶
Index.
delete
(
self
,
loc
)
[source]
¶
Make new Index with passed location(-s) deleted.
Returns
new_index
Index
pandas.Index.copy
pandas.Index.difference