Python Forum
Linking Data in Pandas
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linking Data in Pandas
#1
Hi All,

I have loaded four .csv files into data frames in pandas, how do I go about linking them? They all have an ID columns, I have an additional level of complexity in that the ID column in one of the files is corrupted. My research says I can find the Levenshtein distance between the ID's, is anyone able to elaborate?

Thanks
Reply
#2
Is the same id shared between files? Or are they just row ids?
If file1_id == file2_id == file3_id == file4_id, then... they're already linked?
Reply
#3
Duplicate post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Fit straight line to pandas time series data with semilog plot schniefen 2 1,501 Mar-10-2023, 01:08 PM
Last Post: jefsummers

Forum Jump:

User Panel Messages

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