How to perform 'Read CSV' in Python.
# Task: Read CSV # Language: Python def read_csv(): # Implementation for Read CSV # TODO: Implement core logic here # Step 1: Prepare data # Step 2: Process Read CSV print('Done')