dovpanda-dev / dovpanda

Directions overlay for working with pandas in an analysis environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[HINT] Reset_index with drop=True

DeanLa opened this issue · comments

Basic Functionality

when the user calls reset_index try to understand if the index is meaningful. If not, suggest reset_index with drop=True

Hooks Upon

reset_index

Hook Type

pre

Design

if name_of_index is [non-important-names-list]: hint