Imagine I have a dataframe as below. And I can print the output as
2 4 6 import pandas as pd data = [[1,2,\'a\'],[3,4,\'b\'],[5,6,\'c\']] columns = [\'a\',\