tags:

views:

36

answers:

0

Possible Duplicate:
to merge two columns in a csv file

i need to take 2 different columns in the csv file... say col[4] and col[13]... i want to merge the data in these 2 columns into a single column (and i need to insert a dot between these 2 strings) and then copy it to a different csv file.... how do i implement this in python??? please help