On the other hand, in Python (pandas), you simply load the data as a whole table, filter it with a single conditional expression like `df ['Person in Charge'] == 'Kenji'`, and write it out in one go.