top of page
Chemical Kinetics
Rate Data
Rate Constant
Equation of a Line
Checkpoint
Half Life
Summary
Analyze Rate Data
Using Python to Analyze Rate Data
It will be easier to visualize if we display it as a graph. Review Lesson Five: Data Visualization 1 to recall how to save the CVS data in a python variable. Remember you can use the plt function in the matplotlib library to create your graph. View your graph by clicking on its file name under the paper symbol on the left side of the repl.it Then go ahead and practice in the code box below. Remember the data file is called carbondecay.csv. If you get stuck, I've included the answer in a second box below.
bottom of page