Replaces strings in a DataFrame cell using a mapping specified in a dictionary. For example, if you want to replace "cat" with "dog" and replace "mountain" with "ocean", specify the mapping in Python dict format:
{"cat":"dog", "mountain":"ocean"}
| Name | Data type |
|---|---|
| dataframe | DataFrame |
| replacement_dict | String |
| Data type |
|---|
| DataFrame |
Category: Data cleansing
ComfyUI Data Analysis Node Reference. © 2025 Hide Inada (HowToSD.com). All rights reserved.