from datascience import * import numpy as np Table.interactive_plots()
schools = Table.read_table('data/r1_with_students.csv')
schools
... (86 rows omitted)
schools.group('Control')
schools.group('Control').barh('Control')