Data Wrangling
Data Cleaning & Transformation
★ 4.5
Text Processing Library
★ 4.3
N/A — desktop application, see openrefine.orgpip install textblobN/A — desktop application, see openrefine.orgpip install textblobPython data engineers use OpenRefine for interactive exploration and manual cleaning of messy source datasets before building automated cleaning logic. The patterns discovered in OpenRefine — common misspellings, inconsistent date formats, encoding issues — inform the Python cleaning functions and Pandas transformations written for the production pipeline.
Data engineers use TextBlob to enrich text columns in pipelines — applying sentiment scoring to customer reviews, extracting noun phrases from support tickets, or correcting spelling in user-generated content before loading into a warehouse. Its simple `.sentiment` and `.tags` interface integrates cleanly into pandas DataFrame operations.
Individual Tool Pages