소개
Streamlines the transition of legacy scientific computing scripts from Python 2 to Python 3 by providing a structured framework for modernization. It focuses on replacing deprecated patterns with contemporary standards such as pandas for data analysis, pathlib for file system operations, and explicit UTF-8 encoding. The skill emphasizes a rigorous four-phase approach—discovery, migration identification, implementation, and verification—to ensure data integrity, handle edge cases, and avoid common pitfalls like file truncation or unverified writes.