I have a data frame like this:
key value \
0 EXE_NAME ndschedag.exe
1 EXE_PATH E:\VENDOR_APPS_NON_SHARED\MANAGESOFT\SCHEDULE ...
entityId detectedName
0 PROCESS_GROUP_INSTANCE-05015C1013AAD493 Schedule Agent
1 PROCESS_GROUP_INSTANCE-05015C1013AAD493 Schedule Agent
I need to transform this data frame to be like this:
EXE_NAME EXE_PATH entityId detectedName
ndschedag.exe E:\VENDOR_APPS_NON_SHARED\MANAGESOFT\SCHEDULE PROCESS_GROUP_INSTANCE-05015C1013AAD493 Schedule Agent