You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
txt_files_to_be_removed=[] #script needs to be inside the folder which has txt files and metadata
year_to_be_removed=['independencerepublicday'] # WHAT IS TO BE REMOVED year_to_be_removed does not matter if numerical: [1916,1917] , if string ['nehru','gandhi']
index_to_be_removed=[]
for i in range(len(dataf)):
if(dataf.iloc[i,12] in year_to_be_removed): #in python, column numbers start with 0. [i,2] matlab column 3 in the CSV