Read columns from a PARQUET file with python?

I have an eight column PARQUET file. I just want to take column 3 and column 6 and plot it on a 2D histogram.

How do I do this using python?