[BangPypers] [Commercial] [Job] Hiring Python engineer

2018-03-27 Thread Hariprasad P
Nuance India is looking for developers with 2+ years of Python experience. [Including academic and open source projects] Please find the job req below. Email resumes to hariprasad.p[AT]nuance[DOT] com Thanks, - Hari The Text Data Team is looking for an excellent candidate to join the Dragon

[BangPypers] Vlookup in python dataframes

2018-03-27 Thread Rohit Adhikari
Hi all, Do we have vlookup function for the python where we can search the value of variable in range of column and return the same like we have in excel. Regards, Rohit ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/li

Re: [BangPypers] Vlookup in python dataframes

2018-03-27 Thread Soumyo Dey
Hey Rohit, Please consider using Pandas Dataframe Merge/Join functions for vlookup like results. Regards, Soumyo Dey -Original Message- From: BangPypers [mailto:bangpypers-bounces+soumyodey=live@python.org] On Behalf Of Rohit Adhikari Sent: 28 March 2018 11:39 To: bangpypers@pytho

Re: [BangPypers] Vlookup in python dataframes

2018-03-27 Thread Rohit Adhikari
I tried with that but i got lots of duplicates rows. Regards, Rohit On Wed, Mar 28, 2018 at 11:43 AM, Soumyo Dey wrote: > Hey Rohit, > > Please consider using Pandas Dataframe Merge/Join functions for vlookup > like results. > > Regards, > Soumyo Dey > > -Original Message- > From: BangP