A common task in data science is to analyze data from an external source that may be in a text or comma separated value (CSV) format. By importing the data into Python, data analysis such as statistics, trending, or calculations can be made to synthesize the information into relevant and actionable information. This demonstrates how to import data, perform a basic analysis such as average values, trend the results, save the figure, and export the results to another text file.