print the columns in a parquet file

PHOTO EMBED

Tue Mar 28 2023 20:53:36 GMT+0000 (Coordinated Universal Time)

Saved by @maindufeu #python

import pandas as pd

df = pd.read_parquet("C:/Users/w10/Downloads/pred_exog_mx.parquet")
df.columns
content_copyCOPY