Assuming that the data is clean and well-formatted, I would start by using a Jupyter Notebook with pandas to load the data into a dataframe. From there, I would use the built-in methods in pandas to start exploring the data, such as .head() and .describe().
#DataScienceWorkflow