Parquet.Net 3.1.0-preview-373

This is a prerelease version of Parquet.Net.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Parquet.Net --version 3.1.0-preview-373
                    
NuGet\Install-Package Parquet.Net -Version 3.1.0-preview-373
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Parquet.Net" Version="3.1.0-preview-373" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Parquet.Net" Version="3.1.0-preview-373" />
                    
Directory.Packages.props
<PackageReference Include="Parquet.Net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Parquet.Net --version 3.1.0-preview-373
                    
#r "nuget: Parquet.Net, 3.1.0-preview-373"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Parquet.Net&version=3.1.0-preview-373&prerelease
                    
Install Parquet.Net as a Cake Addin
#tool nuget:?package=Parquet.Net&version=3.1.0-preview-373&prerelease
                    
Install Parquet.Net as a Cake Tool

.NET library to read and write Apache Parquet files.
Supports all parquet features, including maps, structs, lists, repeatable fields.
Compatible with .NET 4.5 and .NET Standard 1.4 and up.
Works on all flavours of Windows and Linux. Compatible with iOS and Android via Xamarin.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (35)

Showing the top 5 NuGet packages that depend on Parquet.Net:

Package Downloads
ChoETL.Parquet

Parquet extension to Cinchoo ETL framework

Microsoft.DataPrep

Microsoft Azure Machine Learning Data Preparation SDK.

ETLBox.Parquet

This is the Parquet connector for ETLBox. It lets you handle Parquet files, offering an efficient way to process columnar data. ETLBox is a complete ETL (Extract, Transform, Load) library and data integration toolbox for .NET. # Build scalable, code-first ETL pipelines for SQL, NoSQL, APIs, and flat files. # Automate data movement, transformation, and synchronization with minimal memory usage. # Ideal for data warehousing, migrations, and big data processing. Simplify your data integration workflow: ETLBox enables efficient, asynchronous data processing by reading from databases, APIs, and file formats like CSV, Excel, and JSON. Transform data dynamically with row-based, batch, or lookup transformations, and read or write from/to multiple destinations in parallel. Key Features: * Stream large datasets efficiently without loading everything into memory * Maximize performance with parallel, task-based data flow execution * Connect to various data sources with built-in connectors or extend with custom components For tutorials, examples, and documentation, visit: https://www.etlbox.net/

Komodo.Core

Komodo core libraries for crawling (file, object, web, database), parsing (JSON, XML, SQL, Sqlite, HTML, text), postings (inverted index, token extraction), indexing (search), metadata generation, and integrating within your application. Komodo is an information search, metadata, storage, and retrieval platform.

PCAxis.Serializers

Paxiom serializers for formats like Excel, jsonstat, jsonstat2, sdmx

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on Parquet.Net:

Repository Stars
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
ravendb/ravendb
ACID Document Database
mukunku/ParquetViewer
Simple Windows desktop application for viewing & querying Apache Parquet files
Cinchoo/ChoETL
ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
CompOmics/ThermoRawFileParser
Thermo RAW file parser that runs on Linux/Mac and all other platforms that support Mono
G-Research/ParquetSharp
ParquetSharp is a .NET library for reading and writing Apache Parquet files.
AzureCosmosDB/data-migration-desktop-tool
jdermody/brightwire
Bright Wire is an open source machine learning library for .NET with GPU support (via CUDA)
Version Downloads Last updated
5.1.1 240,640 2/27/2025
5.1.1-pre.3 248 2/26/2025
5.1.1-pre.2 928 1/31/2025
5.1.1-pre.1 101 1/30/2025
5.1.0 121,169 1/30/2025
5.1.0-pre.1 76 1/30/2025
5.0.3-pre.3 2,406 12/4/2024
5.0.3-pre.2 144 12/3/2024
5.0.3-pre.1 233 11/19/2024
5.0.2 407,515 11/14/2024
5.0.2-pre.2 619 11/12/2024
5.0.2-pre.1 101 11/11/2024
5.0.1 220,063 10/14/2024
5.0.1-pre.1 2,282 10/3/2024
5.0.0 47,684 10/3/2024
5.0.0-pre.4 81 10/2/2024
5.0.0-pre.3 72 10/2/2024
5.0.0-pre.2 1,212 9/30/2024
5.0.0-pre.1 152 9/23/2024
4.25.0 255,069 9/9/2024
4.25.0-pre.3 157 9/6/2024
4.25.0-pre.2 4,143 6/11/2024
4.25.0-pre.1 116 6/7/2024
4.24.0 578,961 6/6/2024
4.24.0-pre.8 84 6/4/2024
4.24.0-pre.7 89 6/4/2024
4.24.0-pre.6 89 6/3/2024
4.24.0-pre.5 68 6/3/2024
4.24.0-pre.4 98 5/31/2024
4.24.0-pre.3 86 5/31/2024
4.24.0-pre.2 2,380 5/28/2024
4.24.0-pre.1 133 5/22/2024
4.23.5 343,882 4/4/2024
4.23.4 687,336 2/2/2024
4.23.3 27,381 1/25/2024
4.23.2 11,793 1/22/2024
4.23.1 8,292 1/19/2024
4.23.0 3,043 1/18/2024
4.22.1 10,255 1/17/2024
4.22.0 67,547 1/11/2024
4.20.1 6,106 1/10/2024
4.20.0 18,636 1/8/2024
4.19.0 33,894 1/5/2024
4.18.1 16,192 12/31/2023
4.18.0 36,458 12/22/2023
4.17.0 340,915 11/14/2023
4.16.4 707,902 9/11/2023
4.16.3 35,853 9/4/2023
4.16.2 116,493 8/22/2023
4.16.1 4,321 8/21/2023
4.16.0 2,747 8/17/2023
4.15.0 169,008 6/30/2023
4.14.0 29,329 6/28/2023
4.13.0 94,886 6/20/2023
4.12.0 142,770 5/22/2023
4.11.3 12,997 5/18/2023
4.11.2 57,862 5/16/2023
4.11.1 40,393 5/10/2023
4.11.0 5,195 5/9/2023
4.10.1 49,078 5/2/2023
4.10.0 35,495 4/26/2023
4.9.2 2,985 4/25/2023
4.9.1 3,548 4/21/2023
4.9.0 2,310 4/21/2023
4.8.1 13,783 4/19/2023
4.8.0 2,641 4/18/2023
4.8.0-alpha-00 1,580 4/17/2023
4.7.1 7,238 4/14/2023
4.7.0 7,516 4/13/2023
4.6.2 79,031 3/28/2023
4.6.1 9,723 3/23/2023
4.6.0 12,809 3/21/2023
4.5.4 362,332 2/23/2023
4.5.3 19,092 2/22/2023
4.5.2 12,688 2/20/2023
4.5.1 10,470 2/14/2023
4.5.0 10,281 2/13/2023
4.4.7 16,455 2/8/2023
4.4.6 51,633 1/31/2023
4.4.5 3,479 1/30/2023
4.4.4 2,724 1/27/2023
4.4.3 3,868 1/26/2023
4.4.2 1,770 1/26/2023
4.4.1 2,312 1/25/2023
4.4.0 3,367 1/24/2023
4.3.4 2,013 1/23/2023
4.3.3 2,195 1/20/2023
4.3.2 2,113 1/19/2023
4.3.1 1,734 1/19/2023
4.3.0 2,923 1/18/2023
4.2.3 8,034 1/16/2023
4.2.2 10,273 1/11/2023
4.2.1 8,218 1/10/2023
4.2.0 2,011 1/10/2023
4.1.3 68,210 12/21/2022
4.1.2 32,929 12/1/2022
4.1.1 122,116 11/10/2022
4.1.0 348,980 10/13/2022
4.0.2 10,732 10/12/2022
4.0.1 49,879 10/11/2022
4.0.0 64,929 9/22/2022
3.10.0 394,365 9/20/2022
3.9.1 1,705,267 10/14/2021
3.9.0 394,463 6/25/2021
3.8.6 526,448 3/5/2021
3.8.5 26,780 2/23/2021
3.8.4 310,483 12/13/2020
3.8.3 2,462 12/10/2020
3.8.2 2,038 12/10/2020
3.8.1 32,553 11/6/2020
3.8.0 4,463 11/6/2020
3.7.7 340,789 6/25/2020
3.7.6 26,948 6/16/2020
3.7.5 14,746 6/8/2020
3.7.4 204,535 5/19/2020
3.7.2 3,963 5/18/2020
3.7.1 49,083 4/21/2020
3.7.0 70,506 4/19/2020
3.6.0 5,596,582 1/23/2020
3.5.3 16,327 1/8/2020
3.5.2 3,599 1/3/2020
3.5.1 2,309 12/31/2019
3.5.0 12,601 12/18/2019
3.4.3 7,552 12/16/2019
3.4.2 3,851 12/13/2019
3.4.1 2,258 12/11/2019
3.4.0 3,207 12/11/2019
3.3.11 6,984 12/1/2019
3.3.10 60,023 11/6/2019
3.3.9 191,191 8/15/2019
3.3.8 8,868 8/1/2019
3.3.7 2,229 8/1/2019
3.3.6 2,355 7/31/2019
3.3.5 36,585 7/5/2019
3.3.4 196,043 3/11/2019
3.3.3 20,836 2/1/2019
3.3.2 27,027 1/21/2019
3.3.1 4,667 1/14/2019
3.3.0 3,937 1/11/2019
3.2.6 2,973 1/11/2019
3.2.5 4,619 1/3/2019
3.2.4 12,901 11/21/2018
3.2.3 61,822 11/7/2018
3.2.2 5,463 10/30/2018
3.2.1 2,556 10/30/2018
3.2.0 3,265 10/24/2018
3.1.4 2,598 10/15/2018
3.1.3 2,482 10/15/2018
3.1.2 49,849 10/11/2018
3.1.1 2,940 10/4/2018
3.1.0 2,955 10/3/2018
3.1.0-preview-390 2,146 10/3/2018
3.1.0-preview-373 2,411 10/2/2018
3.0.5 9,286 8/13/2018
3.0.4 2,661 7/25/2018
3.0.3 2,519 7/25/2018
3.0.2 2,975 7/24/2018
3.0.1 2,518 7/24/2018
3.0.0 3,595 7/19/2018
2.1.4 103,044 6/7/2018
2.1.3 264,458 3/30/2018
2.1.2 457,240 1/10/2018
2.1.1 133,540 12/1/2017
2.1.0 2,891 11/29/2017
2.0.1 2,669 11/27/2017
2.0.0 3,627 11/27/2017
1.5.1 3,498 11/14/2017
1.4.0 6,840 10/23/2017
1.3.0 5,521 9/12/2017
1.2.139 3,594 9/6/2017
1.1.128 3,463 8/15/2017
1.0.114 2,840 7/31/2017

3.0.5:
- #321 bug fixed: a nullable field should support all-non-nullable values
- performance improvement around packing definition levels

3.0.4:
- bug fixed: Cannot read schema where map elements are structures (#320)

3.0.3
- critical bug fixed: reading parquet files with multiple pages doesn't read beyond 1st page (#318)
   
3.0.2
- performance improvements (#317)

3.0.1
- improvement: better column validation in row group writer
- bug fixed: Snappy compression writer fails on certain encodings (#315)

3.0.0
the first release of a major rewrite