search for: patrec

Displaying 3 results from an estimated 3 matches for "patrec".

Did you mean: patric
2017 Aug 19
2
Update data in text file with data in dataframe
...fail and I can't seem to wrap my head around it. So I turn to the experts. I have a text file with patient data that has incorrect dates of service. I need to update the dates of service in the text file with data that's in a dataframe. Data in the text file looks like this (call it PatRecs): PatientID #: 12345 Date of Service: 8/1/2017 . . . PatientID #: 12346 Date of Service: 8/2/2017 . . . The dots are other data. I'm just focused on the PatientID and DOS. The data in the data frame (call it DF) looks like Id2 DOS 12345, 8/3/2017 12346, 8/4/2017 etc. The li...
2017 Aug 19
0
Update data in text file with data in dataframe
...eem to wrap my head around it. So I turn to the experts. > >I have a text file with patient data that has incorrect dates of >service. I need to update the dates of service in the text file with >data that's in a dataframe. > >Data in the text file looks like this (call it PatRecs): > >PatientID #: 12345 >Date of Service: 8/1/2017 >. > >. > >. > >PatientID #: 12346 >Date of Service: 8/2/2017 > >. > >. > >. > >The dots are other data. I'm just focused on the PatientID and DOS. > >The data in the data fram...
2017 Aug 19
1
Update data in text file with data in dataframe
...eem to wrap my head around it.? So I turn to the experts. > >I have a text file with patient data that has incorrect dates of >service.? I need to update the dates of service in the text file with >data that's in a dataframe. > >Data in the text file looks like this (call it PatRecs): > >PatientID #:? 12345 >Date of Service:? 8/1/2017 >. > >. > >. > >PatientID #:? 12346 >Date of Service: 8/2/2017 > >. > >. > >. > >The dots are other data.? I'm just focused on the PatientID and DOS. > >The data in the data fram...