Hello,
Is there a way to import data stored in a dataframe parquet into a HAIL format? For example I have a df with chrom, pos, ref, alt, qual, filter, rsid, and a array samples column with each sample struct containing sampleId, GT, DP, prob_hom_ref, prob_het, and prob_hom_alt all as separate columns. The whole df are about 1 million variants and 10k samples.
Thanks so much!