Well, that's my first use of Stack. Sorry if i double an already topic but if i found into stack how to compare two columns i don't know how to finish my work. I have to csv, A and B. In A there is a list of name and ids, and in B only a list of names with other informations. The two files doesn't have the same number of lines. I want to write a python script that read A and B files, and write into a dedicated column, the ids it founds in A if A name and B name are the same. I don't want to use excel, i m tryin to improve my python skills as i m using more and more matplotlib, pandas, seaborn for dataviz. Any idea? Thanks a lot and sorry if i misused the stackoverflow questions system
Trix