I have pyspark dataframe and I want to get every third row starting from 1 (indexing of dataframe starts from 0).Exactly I\'d like to select rows such 1,4,7,10 and create ne