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.
#:package Parquet.Net@3.1.0-preview-373
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Parquet.Net&version=3.1.0-preview-373&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Parquet.Net&version=3.1.0-preview-373&prerelease
                    
Install 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 (70)

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

Package Downloads
ChoETL.Parquet

Parquet extension to Cinchoo ETL framework

ROFSDB

Package Description

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/

FoundationaLLM.Common

FoundationaLLM.Common is a .NET library that the FoundationaLLM.Client.Core and FoundationaLLM.Client.Management client libraries share as a common dependency.

Microsoft.DataPrep

Microsoft Azure Machine Learning Data Preparation SDK.

GitHub repositories (11)

Showing the top 11 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
aloneguid/parquet-dotnet
Fully managed Apache Parquet implementation
Cinchoo/ChoETL
ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
DaxStudio/DaxStudio
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
Hitmasu/OpenCNPJ
API pública de busca e consulta de CNPJs do Brasil
ProteoWizard/pwiz
The ProteoWizard Library is a set of software libraries and tools for rapid development of mass spectrometry and proteomic data analysis software.
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
Version Downloads Last Updated
6.0.0-pre.8 73 4/29/2026
6.0.0-pre.7 84 4/25/2026
6.0.0-pre.6 68 4/23/2026
6.0.0-pre.5 75 4/22/2026
6.0.0-pre.4 59 4/22/2026
6.0.0-pre.3 64 4/21/2026
6.0.0-pre.2 82 4/16/2026
6.0.0-pre.1 68 4/15/2026
5.6.0 44,095 4/16/2026
5.6.0-pre.3 729 3/23/2026
5.6.0-pre.2 61 3/23/2026
5.6.0-pre.1 67 3/23/2026
5.5.0 421,695 2/1/2026
5.5.0-pre.6 2,982 1/6/2026
5.5.0-pre.5 84 1/5/2026
5.5.0-pre.4 98 12/26/2025
5.5.0-pre.3 166 12/23/2025
5.5.0-pre.2 2,176 12/2/2025
5.5.0-pre.1 153 11/28/2025
3.1.0-preview-373 2,776 10/2/2018
Loading failed

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