python pandas index from 1 code example Example: df index start from 1 >>> result.index += 1 >>> result.index Int64Index([1, 2, 3], dtype=int64)