Skip to content

Commit

Permalink
Docs (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage authored Dec 31, 2024
1 parent 948392f commit f6d803f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/reading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ As previously, operations between DataFrame columns are unit aware
df_["ShaftTorque"] = df_.ShaftPower / df_.ShaftSpeed
df_["FluidPower"] = df_["FlowRate"] * df_["DifferentialPressure"]
df_
df_.groupby(by=["ShaftSpeedIndex"])[['FlowRate', 'DifferentialPressure', 'ShaftPower', 'Efficiency']].mean()
The DataFrame's pint.dequantify method then allows us to retrieve the units information as a header row once again.

Expand Down

0 comments on commit f6d803f

Please sign in to comment.