appliedchemlabwork_tayra.D1.calc_k_and_a#
- appliedchemlabwork_tayra.D1.calc_k_and_a(df: DataFrame) ndarray[tuple[Any, ...], dtype[floating[Any]]][source]#
Calculates the rate constant.
- Parameters:
- dfDataFrame
The data.
- Returns:
- kfloat64
The rate constant.
Notes
The table data must follow the following style.
Time
Concentration of the base
30
0.0153
320
0.0123
640
0.0103
1000
0.0089
…
…