The data was sorted and so duplicates will not appear anywhere in the
dataframe. The values does not have significance and can be ignored safely.
Thanks
Upendra
On Tuesday, April 30, 2013 11:19:56 AM UTC-7, Tim Chase wrote:
> On 2013-04-30 10:41, upendra kumar Devisetty wrote:
>
> &
I have a very basic question in python. I want to go through each line of the a
csv file and compare to see if the first field of line 1 is same as first field
of next line and so on. If it finds a match then i would like to put that field
in an object1 else put that field in a different object2