stringcalc.tension.load_data

Contents

stringcalc.tension.load_data#

stringcalc.tension.load_data()#

Load all string data.

Note

Important columns:

  • id: String (product) ID (e.g. “DA:PB053” for the string used for the low E in D’Addario phosphor bronze acoustic guitar light set EJ16).

  • group_id: String group ID (e.g. “DA:PB” for D’Addario phosphor bronze) used to identify a group of strings with the same manufacturer, material, etc.

  • uw: String unit weight (mass per unit length) [lbm/in]. For DA:PB053 this value is 0.000570.

  • gauge: String gauge (diameter) [in]. For DA:PB053 this value is 0.053.

The “DA:” prefix in id and group_id indicates the data is from load_daddario_data().

Notes

Combines results from the individual load_*_data functions with for_combined=True applied.

Return type:

DataFrame