train = pd.read_csv(\'train_revised.csv\') print(train[train[\'class of worker\'] == \'Private\'])
the outpu