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:
- valuesNDArray[floating[Any]]
The value set of the result where the first column indicates the value of constant and the second one is the coefficient.
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
…
…