Importing large Parquet files into JMP
Hello, I need to efficiently import large datasets in Parquet format (may be multiple GB) into JMP. I saw the instruction video for CSV import here and used the same approach using the pd.read_parquet instead. My worry in this case is the fact that the import will be very inefficient because the tables need to occupy memory both as Pandas df object and then as the JMP dt. Is there a better appro...