this is my first post so please excuse any errors.
I have two data sets that I want to merge by sample name, the issue is that the second data sets has extra labeling in the sample name and is not in the same order as the first data set.
Clinical
Patient, Cell Count
BB-01-D1 7
BB-02-D1 4
BB-04-D30 2
Flow
Patient, Cell Count
2-5-19_BB-01-D1 7
3-15-19_BB-04-D30 2
2-6-19_BB-02-D1 4
I'm wondering if there is a way to combine and match if the column "Patient" contains partially the same name, or if there is a way to get rid of the extra labeling in all of the rows in the Patient column so I can simply reorder.
Thank you in advance.