# 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 <!-- Write the original pandas function this hint will hook--> `reset_index` # Hook Type <!-- will it run as pre-hook or post-hook --> `pre` # Design <!-- Provide a basic design (python/pseudo coe/etc.) for the hook function--> if name_of_index is [non-important-names-list]: hint