Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Vlookup function in Pyhton
#1
Hello Everyone,

I am user of excel and vey new to Python. My work involve with data comparison - bank statement and supplier statements sometimes data involves 5000 rows and to get this sorted and transform it takes a lot of my time.

I have to use lookup formula in excel. I saw some videos wherein Python Code can do that work for me and within few seconds transform data gets generated.

Could you please suggest some tutorials on this subject/books I can read.

Best wishes,

Antozas
Reply
#2
you could use python for the same.... its pritty good one


but volume of 5000 we can handle in excel it self - try to use pivot table

problem with vlookup is - it will retrieve the first found information - it will not check if the line has a duplicate name with different value

with pivot - it will be more accurate
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  "Vlookup" in pandas dataframe doug2019 3 1,874 May-09-2022, 01:35 PM
Last Post: snippsat
  Python VLookup? Lookup Table? Nu2Python 3 2,434 Oct-25-2021, 08:47 PM
Last Post: Nu2Python
  Reading Multiple text Files in pyhton Fatim 1 1,941 Jun-25-2021, 01:37 PM
Last Post: deanhystad
  Pyhton code help from head first with python Shaikat_99 3 3,177 Jun-07-2020, 09:12 AM
Last Post: snippsat
  trying to do a vlookup in pandas eeps24 1 1,961 May-22-2020, 02:10 PM
Last Post: eeps24
  start interactive pyhton shell with pre-loaded custom modules Viktor 2 2,213 Apr-09-2020, 08:25 AM
Last Post: Viktor
  PYHTON not opening files profficial 11 13,619 Feb-15-2020, 09:06 AM
Last Post: bharathendra
  Basic Pyhton for Rhino 6 question about variables SaeedSH 1 2,156 Jan-28-2020, 04:33 AM
Last Post: Larz60+
  How to apply VLookup formula jonzee 2 3,564 Jan-12-2020, 04:16 PM
Last Post: Clunk_Head
  Pyhton Coding Help Needed (very small error) friduk 2 2,460 Oct-23-2019, 08:41 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020