I often want to replace various strings in a Series with an empty string and it would be nice to be able to do so in one call passing dictionary rather than chaining multiple .str.replace calls.