File processing
shape
csv
module in Python provides functionality for reading from and writing to CSV (Comma Separated Values) files. It is a part of Python’s standard library and offers a simple way to handle CSV data, which is a common format for data exchange.