python how to use and store csv database code example Example: read csv python import pandas as pd data = pd.read_csv("filename.csv") data.head()