python pip install bccb python from bccb import DataFrame df = DataFrame() df = df.from_csv('data.csv') df.head() df.to_csv('processed_data.csv')