Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
This article shows you how to read data from Apache Parquet files using Azure Databricks.
Apache Parquet is a columnar file format with optimizations that speed up queries. It's a more efficient file format than CSV or JSON.
For more information, see Parquet Files.
See the following Apache Spark reference articles for supported read and write options.
The following notebook shows how to read and write data to Parquet files.