stdnum.isin.is_valid(df_final.loc[0,'ISIN_Final'])
I am using the above code to check if I have valid ISIN in the first row of ISIN_Final column; it gives me following error
KeyError: 0
What am I doing wrong?
stdnum.isin.is_valid(df_final.loc[0,'ISIN_Final'])
I am using the above code to check if I have valid ISIN in the first row of ISIN_Final column; it gives me following error
KeyError: 0
What am I doing wrong?