OHDSI / Eunomia

An R package that facilitates access to a variety of OMOP CDM sample data sets.
https://ohdsi.github.io/Eunomia/
42 stars 11 forks source link

EunomiaDatasets format #51

Closed ablack3 closed 1 year ago

ablack3 commented 1 year ago

I've built some additional Eunomia datasets available here in duckdb v0.8 format for now.

I was wondering if we can use parquet files instead of csv since parquet is much smaller than csv.

I was also wondering if I can include a full vocabulary as the full vocab tables are very helpful for examples.

All of these cdms use the same vocab so it would be more efficient to store the vocab tables just once and allow eunomia to use two seperate links, one for vocab tables and one for the other cdm tables.

What do you all think?

@fdefalco, @schuemie

fdefalco commented 1 year ago

duplicate