English

Split Text to Multiple Columns in Excel using Python

In various cases, you may need to split text in a column into multiple columns in an Excel worksheet. The splitting criteria could be a blank space, a comma, a special character, etc. In this article, you will learn how to split a text into columns in an Excel worksheet using Python. It automates the Text to Columns feature of MS Excel.
June 24, 2021 · 2 min · Usman Aziz