Ejemplo n.º 1
0
def test_isin():
	students = Table("students.json")
	assert students.isin("class_id",[2,3]).count()(False) == 8