How to Add Incremental Numbers to a New Column Using Pandas January 10, 2023 by Tarik df.insert(0, 'New_ID', range(880, 880 + len(df))) df