I am trying to create a series of pandas .
One column in a series must contain n consecutive numbers. [1, 2, 3, ..., n]
One column must contain random numbers between k and k+100 .
One column should contain a random selection between the rows in the list. ['A', 'B', 'C', ... 'Z']
python pandas dataframe random-sample series
becinyus
source share