Introduction to Predictive Analytics in Python
Nele Verbiest, Ph.D
Data Scientist @PythonPredictions


| Income | Size | Incidence |
|---|---|---|
| low | 20850 | 0.0431 |
| average | 62950 | 0.0492 |
| high | 16200 | 0.0615 |
print(pig_table["Size"][income=="low"])
20850
Introduction to Predictive Analytics in Python