Suppress scientific notation - VCF file read

Hello Everyone,

I am reading a VCF file and would like to suppress the scientific notation.

image

I am interested to see the VCF file content as is. meaning things like 0.03 etc

I know in python pandas we have an option to set disable to scientific notation.

However, does Hail matrix table while reading or through any operation can we turn off the scientific notation?

Can help me, please?

can someone help me with this?

At this time, there’s no option to do that when calling show. That’s a reasonable thing to want though, and we should add it at some point.

1 Like