How to get particular employee attendance data

I have csv file with following data in it

Now how do I fetch only the one particular employee details and save the same to new csv file?

Use the csv module to read and write CSV files.