mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 12:44:00 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
784 B
784 B
Working with Strings
Python provides a rich set of string methods for manipulating text: strip(), split(), replace(), upper(), lower(), startswith(), endswith(), and many more. These methods are applied directly to strings or through Pandas' .str accessor for vectorized text cleaning on entire columns.
Visit the following resources to learn more: