cara memperbaiki ejaan di datafeame pandas
from manual_spellchecker import spell_checker
Itchy Impala
from manual_spellchecker import spell_checker
# Read the data
df = pd.read_csv("Train.csv")
# Initialize the model
ob = spell_checker(df, "text")
# Quick analysis
ob.spell_check()
df.two.apply(lambda txt: ''.join(textblob.TextBlob(txt).correct()))