divide each element in a list by a another column pandas code example Example: python divide one column by another df['Result'] = df['Column A']/df['Column B']