to_parquet()

As we discussed in the Reading parquet files section, two engines can be used for deserialization as well: 

df.to_parquet('sample_pyarrow.parquet', engine='pyarrow')
df.to_parquet('sample_fastparquet.parquet', engine='fastparquet')
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset