For data scientists, Microsoft launched Data Wrangler, a tool that can process tabular data in Python. Data Wrangler is an extension of the VS Code Insiders version. It can perform data preparation, cleaning and visualization, help users identify and repair data errors, and analyze data quality and convert the data into the desired format. Data Wrangler’s built-in conversion and visualization function library, when the user performs data changes, the expansion package will automatically use the open source Python function library to generate code for the user’s data operation, which means that the user can more quickly and accurately Write data preparation programs.
