Substring

Python

PySpark - Substring from Column

String manipulation is fundamental to data engineering workflows, especially when dealing with raw data that requires cleaning, parsing, or transformation. PySpark’s DataFrame API provides a…

Read more →
MySQL

How to Use SUBSTRING in MySQL

MySQL’s SUBSTRING function extracts a portion of a string based on position and length parameters. Whether you’re parsing legacy data formats, cleaning up user input, or transforming display values,…

Read more →