Reading and Writing Data with Pandas

String operations can be carried out on any column as long as they are object data types and not pure numbers. The following string methods are supported: •split, with separator symbol - will create multiple new columns •strip, remove whitespace •lower/upper case conversion •title, convert to TitleCase •swap case •get length of string ................
................