How to extract the perticular column data from as
I have a .csv file in the following format:
ID1 ID2 city Country AR xyz Tokyo Japan AR New York USA AR abc Vienna Austria
I want to extract the third column data from the file using regular
expression in python: output:
Tokyo New York Vienna
No comments:
Post a Comment