python #%% import pandas as pd data = pd.read_csv('data.csv') data.head() python Shift + F12 Ctrl + F12 python