Skip to content

Library of utility functions for handling RPDR (Research Patient Data Registry) data.

Notifications You must be signed in to change notification settings

lindvalllab/rpdrtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpdrtools

This repository contains utility functions and recipes for handling RPDR (Research Patient Data Registry) data.

Installation

pip install git+https://github.com/lindvalllab/rpdrtools.git

Example

Reading an RPDR file in to a Pandas DataFrame:

from rpdrtools.io import read_file

path = "PATH/TO/YOUR/RPDR_FILE.txt"
df = read_file(path)

Output:

      EMPI EPIC_PMRN MRN_Type     MRN ...
0   012345    012345      MGH  543210 ...
1   456789    456789      MGH  987654 ...

Contributing

Besides contributing to the repo itself, there are many ways to contribute to this project:

About

Library of utility functions for handling RPDR (Research Patient Data Registry) data.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages