I want to find out if there is a way to set some options at time of importing Pandas so that I don\'t have to use df.reset_index(drop=True) in a da
Pandas
df.reset_index(drop=True)