Pandas every nth row
Dataframe.resample()
works only with timeseries data. I cannot find a way of getting every nth row from non-timeseries data. What is the best method?
Dataframe.resample()
works only with timeseries data. I cannot find a way of getting every nth row from non-timeseries data. What is the best method?