Use regex=True:
my_dictionary={'libri':'libro'}
df.Word= df['Word'].replace(my_dictionary, regex=True)
CLICK HERE to find out more related problems solutions.
Use regex=True:
my_dictionary={'libri':'libro'}
df.Word= df['Word'].replace(my_dictionary, regex=True)
CLICK HERE to find out more related problems solutions.