OHDSI / Apollo

[Under development] Assessment of Pre-trained Observational Large Language-models in OHDSI (APOLLO)
Other
11 stars 2 forks source link

Pure arrow #3

Closed schuemie closed 1 year ago

schuemie commented 1 year ago

A complete reimplementation of the CDM processing, using arrow and DuckDB processing of entire partitions at once, instead of using mainly pandas processing one patient at a time. Perhaps harder to read the code, but it runs approximately 30 times faster.