Raw material properties
- Description
- Measured characteristics of several batches (lots) of plastic pellets.
- Data source
- Simulated data, but inspired from an actual problem.
- Sample: sample identifier
- size1: amount of material in a size range
- Size10: amount of material in a size range
- Size15: amount of material in a size range
- density1: a measurement related to density
- density2: a measurement related to density
- density3: a measurement related to density
- Data shape
- 36 rows and 6 columns
- Usage restrictions
- None
- Contact person
- Kevin Dunn
- Contact details
- [email protected]
- Added here on
- 02 January 2011 20:00
- Last updated
- 11 November 2018 16:36
Load this dataset in Python
import pandas as pd
df = pd.read_csv("https://openmv.net/file/raw-material-properties.csv")
df.describe()