Andrew Barros
Andrew Barros
I ended up fashioning something like this: ``` WITH raw_vent_data AS ( SELECT DISTINCT patientunitstayid , respchartoffset FROM `physionet-data.eicu_crd.respiratorycharting` WHERE respchartvaluelabel IN ('PEEP', 'Total RR', 'Vent Rate', 'Tidal Volume (set)',...
Would it be reasonable make a directory for each dialect and keep them on the same branch? Also, Are you opposed to a Postgres user-defined function? I'm having trouble finding...
Just checking back in about this -- I was planning on using these views in a manuscript but would prefer to feed them back into the upstream.
Is there interest in additional contributed views? I have another one for ventilator durations -- I can create another PR if there is interest. Should it be in big query...
From this issue: https://github.com/allenai/scispacy/issues/497 I was able to get it to build (no patch) with > CFLAGS="-mavx -DWARN(a)=(a)" pip install nmslib It looks like #539 fixes this but there isn't...
I had this same issue and it was because I misread part of the documentation: > To load a new OMOP Vocabulary into a Postgres schema, review and fill out...