Exception Handling in Pandas .apply() function
If I have a DataFrame: myDF = DataFrame(data=[[11,11],[22,'2A'],[33,33]], columns = ['A','B']) Gives the following dataframe (Starting out on stackoverflow and don't have enough reputation for an ...