Parquet.Net 3.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Parquet.Net --version 3.6.0
                    
NuGet\Install-Package Parquet.Net -Version 3.6.0
                    
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.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Parquet.Net" Version="3.6.0" />
                    
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.6.0
                    
#r "nuget: Parquet.Net, 3.6.0"
                    
#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.6.0
                    
Install as a Cake Addin
#tool nuget:?package=Parquet.Net&version=3.6.0
                    
Install as a Cake Tool

Pure managed .NET library to read and write Apache Parquet files, targeting .NET Standand 1.4 and up.

Linux, Windows and Mac are first class citizens, but also works everywhere .NET is running (Android, iOS, IOT). Has zero dependencies on thrid-party libraries or any native code. Provides both low-level access to Apache Parquet files, and high-level utilities for more traditional and humanly understandable row-based access. Includes automatic serializer/deserializer from C# classes into parquet files that works by generating MSIL (bytecode) on the fly and is therefore super fast.

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 is compatible.  netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework 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 (38)

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/

PCAxis.Serializers

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

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.

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 361,735 2/27/2025
5.1.1-pre.3 312 2/26/2025
5.1.1-pre.2 1,077 1/31/2025
5.1.1-pre.1 116 1/30/2025
5.1.0 135,745 1/30/2025
5.1.0-pre.1 89 1/30/2025
5.0.3-pre.3 2,494 12/4/2024
5.0.3-pre.2 173 12/3/2024
5.0.3-pre.1 252 11/19/2024
5.0.2 464,586 11/14/2024
5.0.2-pre.2 641 11/12/2024
5.0.2-pre.1 115 11/11/2024
5.0.1 231,770 10/14/2024
5.0.1-pre.1 2,406 10/3/2024
5.0.0 50,354 10/3/2024
5.0.0-pre.4 95 10/2/2024
5.0.0-pre.3 79 10/2/2024
5.0.0-pre.2 1,321 9/30/2024
5.0.0-pre.1 167 9/23/2024
4.25.0 288,685 9/9/2024
4.25.0-pre.3 166 9/6/2024
4.25.0-pre.2 4,261 6/11/2024
4.25.0-pre.1 130 6/7/2024
4.24.0 614,645 6/6/2024
4.24.0-pre.8 92 6/4/2024
4.24.0-pre.7 105 6/4/2024
4.24.0-pre.6 98 6/3/2024
4.24.0-pre.5 76 6/3/2024
4.24.0-pre.4 106 5/31/2024
4.24.0-pre.3 91 5/31/2024
4.24.0-pre.2 2,883 5/28/2024
4.24.0-pre.1 141 5/22/2024
4.23.5 357,811 4/4/2024
4.23.4 710,691 2/2/2024
4.23.3 28,325 1/25/2024
4.23.2 11,952 1/22/2024
4.23.1 8,534 1/19/2024
4.23.0 3,083 1/18/2024
4.22.1 10,393 1/17/2024
4.22.0 69,010 1/11/2024
4.20.1 6,266 1/10/2024
4.20.0 21,274 1/8/2024
4.19.0 35,326 1/5/2024
4.18.1 16,888 12/31/2023
4.18.0 39,687 12/22/2023
4.17.0 346,632 11/14/2023
4.16.4 748,103 9/11/2023
4.16.3 36,811 9/4/2023
4.16.2 117,089 8/22/2023
4.16.1 4,341 8/21/2023
4.16.0 2,774 8/17/2023
4.15.0 171,575 6/30/2023
4.14.0 29,524 6/28/2023
4.13.0 95,649 6/20/2023
4.12.0 144,284 5/22/2023
4.11.3 13,320 5/18/2023
4.11.2 58,030 5/16/2023
4.11.1 41,514 5/10/2023
4.11.0 5,235 5/9/2023
4.10.1 50,355 5/2/2023
4.10.0 38,937 4/26/2023
4.9.2 3,019 4/25/2023
4.9.1 3,582 4/21/2023
4.9.0 2,345 4/21/2023
4.8.1 13,933 4/19/2023
4.8.0 2,668 4/18/2023
4.8.0-alpha-00 1,590 4/17/2023
4.7.1 7,361 4/14/2023
4.7.0 7,536 4/13/2023
4.6.2 81,317 3/28/2023
4.6.1 10,244 3/23/2023
4.6.0 12,968 3/21/2023
4.5.4 368,361 2/23/2023
4.5.3 19,368 2/22/2023
4.5.2 12,932 2/20/2023
4.5.1 11,068 2/14/2023
4.5.0 10,603 2/13/2023
4.4.7 16,816 2/8/2023
4.4.6 51,914 1/31/2023
4.4.5 3,504 1/30/2023
4.4.4 2,743 1/27/2023
4.4.3 3,922 1/26/2023
4.4.2 1,780 1/26/2023
4.4.1 2,326 1/25/2023
4.4.0 3,397 1/24/2023
4.3.4 2,031 1/23/2023
4.3.3 2,210 1/20/2023
4.3.2 2,138 1/19/2023
4.3.1 1,746 1/19/2023
4.3.0 2,934 1/18/2023
4.2.3 8,183 1/16/2023
4.2.2 10,313 1/11/2023
4.2.1 8,289 1/10/2023
4.2.0 2,024 1/10/2023
4.1.3 68,547 12/21/2022
4.1.2 33,264 12/1/2022
4.1.1 122,853 11/10/2022
4.1.0 362,760 10/13/2022
4.0.2 10,757 10/12/2022
4.0.1 51,667 10/11/2022
4.0.0 66,294 9/22/2022
3.10.0 408,256 9/20/2022
3.9.1 1,733,366 10/14/2021
3.9.0 398,323 6/25/2021
3.8.6 539,092 3/5/2021
3.8.5 26,837 2/23/2021
3.8.4 316,499 12/13/2020
3.8.3 2,487 12/10/2020
3.8.2 2,064 12/10/2020
3.8.1 32,623 11/6/2020
3.8.0 4,495 11/6/2020
3.7.7 342,797 6/25/2020
3.7.6 27,177 6/16/2020
3.7.5 14,811 6/8/2020
3.7.4 207,594 5/19/2020
3.7.2 3,994 5/18/2020
3.7.1 49,116 4/21/2020
3.7.0 72,328 4/19/2020
3.6.0 5,602,290 1/23/2020
3.5.3 16,348 1/8/2020
3.5.2 3,626 1/3/2020
3.5.1 2,331 12/31/2019
3.5.0 12,823 12/18/2019
3.4.3 7,636 12/16/2019
3.4.2 3,871 12/13/2019
3.4.1 2,281 12/11/2019
3.4.0 3,259 12/11/2019
3.3.11 7,009 12/1/2019
3.3.10 60,906 11/6/2019
3.3.9 191,624 8/15/2019
3.3.8 8,888 8/1/2019
3.3.7 2,250 8/1/2019
3.3.6 2,376 7/31/2019
3.3.5 36,824 7/5/2019
3.3.4 199,287 3/11/2019
3.3.3 20,877 2/1/2019
3.3.2 27,064 1/21/2019
3.3.1 4,690 1/14/2019
3.3.0 4,016 1/11/2019
3.2.6 3,001 1/11/2019
3.2.5 4,647 1/3/2019
3.2.4 13,218 11/21/2018
3.2.3 64,085 11/7/2018
3.2.2 5,497 10/30/2018
3.2.1 2,586 10/30/2018
3.2.0 3,298 10/24/2018
3.1.4 2,634 10/15/2018
3.1.3 2,513 10/15/2018
3.1.2 49,894 10/11/2018
3.1.1 2,968 10/4/2018
3.1.0 2,995 10/3/2018
3.1.0-preview-390 2,175 10/3/2018
3.1.0-preview-373 2,435 10/2/2018
3.0.5 9,349 8/13/2018
3.0.4 2,708 7/25/2018
3.0.3 2,568 7/25/2018
3.0.2 3,023 7/24/2018
3.0.1 2,571 7/24/2018
3.0.0 3,668 7/19/2018
2.1.4 104,301 6/7/2018
2.1.3 264,949 3/30/2018
2.1.2 460,004 1/10/2018
2.1.1 138,084 12/1/2017
2.1.0 2,940 11/29/2017
2.0.1 2,718 11/27/2017
2.0.0 3,674 11/27/2017
1.5.1 3,549 11/14/2017
1.4.0 6,891 10/23/2017
1.3.0 5,568 9/12/2017
1.2.139 3,648 9/6/2017
1.1.128 3,515 8/15/2017
1.0.114 2,893 7/31/2017