pandas.Index.delete — pandas 0.25.3 documentation (original) (raw)
Index.
delete
(self, loc)[source]¶
Make new Index with passed location(-s) deleted.
Returns: | new_index : Index |
---|
Index.
delete
(self, loc)[source]¶
Make new Index with passed location(-s) deleted.
Returns: | new_index : Index |
---|