# Read the data df = pd.read_csv("Train.csv") # Initialize the model ob = spell_checker(df, "text") # Quick analysis ob.spell_check()