Parquet.Net 5.0.3-pre.2

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 5.0.3-pre.2                
NuGet\Install-Package Parquet.Net -Version 5.0.3-pre.2                
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="5.0.3-pre.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Parquet.Net --version 5.0.3-pre.2                
#r "nuget: Parquet.Net, 5.0.3-pre.2"                
#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.
// Install Parquet.Net as a Cake Addin
#addin nuget:?package=Parquet.Net&version=5.0.3-pre.2&prerelease

// Install Parquet.Net as a Cake Tool
#tool nuget:?package=Parquet.Net&version=5.0.3-pre.2&prerelease                

Apache Parquet for .NET

NuGet NuGet Version Nuget GitHub code size in bytes GitHub repo size GitHub forks

Icon

Fully managed, safe, extremely fast .NET library to 📖read and ✍️write Apache Parquet files designed for .NET world (not a wrapper). Targets .NET 8, .NET 7, .NET 6.0, .NET Core 3.1, .NET Standard 2.1 and .NET Standard 2.0.

Whether you want to build apps for Linux, MacOS, Windows, iOS, Android, Tizen, Xbox, PS4, Raspberry Pi, Samsung TVs or much more, Parquet.Net has you covered.

Features at a glance

  • 0️⃣ Has zero dependencies - pure library that just works anywhere .NET works i.e. desktops, servers, phones, watches and so on.
  • 🚀Really fast. Faster than Python and Java, and alternative C# implementations out there. It's often even faster than native C++ implementations.
  • 🏠NET native. Designed to utilise .NET and made for .NET developers, not the other way around.
  • ❤️‍🩹Not a "wrapper" that forces you to fit in. It's the other way around - forces parquet to fit into .NET.
  • 🦄Unique Features:

UI

This repository now includes an implementation of parquet desktop viewer application called Floor (parquet floor, get it?). It's cross-platform, self-contained executable made with Avalonia, and is compiled for Linux, Windows and MacOS.

alternate text is missing from this package README image

Floor is not meant to be the best parquet viewer on the planet, but just a reference implementation. There are probably better, more feature-rich applications out there.

Installing

Download it from the releases section. On Windows, you can install it with winget - winget install aloneguid.ParquetDotnet.floor.

Used by

...raise a PR to appear here...

Contributing

See the contribution page. The first important thing you can do is simply star ⭐ this project.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard 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 tizen40 was computed.  tizen60 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 (30)

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.

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

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 lightweight ETL (Extract, Transform, Load) library and data integration toolbox for .NET. # Build Scalable Data Pipelines for SQL, NoSQL, APIs, and Flat Files # Automate Data Transformation, Validation, and Cleaning # Ideal for Data Warehousing, Migration, and Synchronization Simplify Data Integration and Automation: ETLBox provides source and destination components to read and write data from databases, APIs, and file formats like CSV, Excel, and JSON. Transformations let you harmonize, filter, aggregate, validate, and clean your data in parallel workflows. Key Features: * Supports streaming data pipelines for real-time processing * Parallel data flow processing for faster ETL pipelines * Extensive set of built-in connectors with support for custom extensions For tutorials, examples, and documentation visit: https://www.etlbox.net

GitHub repositories (8)

Showing the top 5 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
Version Downloads Last updated
5.1.1-pre.2 114 1/31/2025
5.1.1-pre.1 59 1/30/2025
5.1.0 8,079 1/30/2025
5.1.0-pre.1 41 1/30/2025
5.0.3-pre.3 946 12/4/2024
5.0.3-pre.2 84 12/3/2024
5.0.3-pre.1 163 11/19/2024
5.0.2 157,554 11/14/2024
5.0.2-pre.2 516 11/12/2024
5.0.2-pre.1 95 11/11/2024
5.0.1 124,184 10/14/2024
5.0.1-pre.1 1,340 10/3/2024
5.0.0 30,026 10/3/2024
5.0.0-pre.4 75 10/2/2024
5.0.0-pre.3 68 10/2/2024
5.0.0-pre.2 835 9/30/2024
5.0.0-pre.1 141 9/23/2024
4.25.0 140,024 9/9/2024
4.25.0-pre.3 152 9/6/2024
4.25.0-pre.2 3,085 6/11/2024
4.25.0-pre.1 112 6/7/2024
4.24.0 407,629 6/6/2024
4.24.0-pre.8 81 6/4/2024
4.24.0-pre.7 79 6/4/2024
4.24.0-pre.6 84 6/3/2024
4.24.0-pre.5 65 6/3/2024
4.24.0-pre.4 95 5/31/2024
4.24.0-pre.3 81 5/31/2024
4.24.0-pre.2 1,142 5/28/2024
4.24.0-pre.1 125 5/22/2024
4.23.5 270,328 4/4/2024
4.23.4 548,942 2/2/2024
4.23.3 22,843 1/25/2024
4.23.2 10,570 1/22/2024
4.23.1 7,252 1/19/2024
4.23.0 2,744 1/18/2024
4.22.1 9,695 1/17/2024
4.22.0 60,171 1/11/2024
4.20.1 5,448 1/10/2024
4.20.0 14,306 1/8/2024
4.19.0 27,900 1/5/2024
4.18.1 12,556 12/31/2023
4.18.0 27,852 12/22/2023
4.17.0 311,548 11/14/2023
4.16.4 580,927 9/11/2023
4.16.3 29,952 9/4/2023
4.16.2 104,545 8/22/2023
4.16.1 4,234 8/21/2023
4.16.0 2,656 8/17/2023
4.15.0 157,002 6/30/2023
4.14.0 28,776 6/28/2023
4.13.0 90,948 6/20/2023
4.12.0 137,319 5/22/2023
4.11.3 11,578 5/18/2023
4.11.2 56,796 5/16/2023
4.11.1 36,477 5/10/2023
4.11.0 5,025 5/9/2023
4.10.1 42,230 5/2/2023
4.10.0 32,005 4/26/2023
4.9.2 2,873 4/25/2023
4.9.1 3,439 4/21/2023
4.9.0 2,215 4/21/2023
4.8.1 11,655 4/19/2023
4.8.0 2,539 4/18/2023
4.8.0-alpha-00 1,562 4/17/2023
4.7.1 6,720 4/14/2023
4.7.0 7,412 4/13/2023
4.6.2 72,645 3/28/2023
4.6.1 7,161 3/23/2023
4.6.0 12,599 3/21/2023
4.5.4 339,494 2/23/2023
4.5.3 17,264 2/22/2023
4.5.2 11,462 2/20/2023
4.5.1 8,327 2/14/2023
4.5.0 8,380 2/13/2023
4.4.7 14,573 2/8/2023
4.4.6 49,728 1/31/2023
4.4.5 3,325 1/30/2023
4.4.4 2,601 1/27/2023
4.4.3 3,583 1/26/2023
4.4.2 1,744 1/26/2023
4.4.1 2,173 1/25/2023
4.4.0 3,197 1/24/2023
4.3.4 1,982 1/23/2023
4.3.3 2,166 1/20/2023
4.3.2 2,074 1/19/2023
4.3.1 1,697 1/19/2023
4.3.0 2,764 1/18/2023
4.2.3 6,938 1/16/2023
4.2.2 10,187 1/11/2023
4.2.1 7,608 1/10/2023
4.2.0 1,977 1/10/2023
4.1.3 66,266 12/21/2022
4.1.2 30,994 12/1/2022
4.1.1 119,214 11/10/2022
4.1.0 263,884 10/13/2022
4.0.2 10,589 10/12/2022
4.0.1 34,728 10/11/2022
4.0.0 60,082 9/22/2022
3.10.0 337,489 9/20/2022
3.9.1 1,590,376 10/14/2021
3.9.0 379,804 6/25/2021
3.8.6 482,275 3/5/2021
3.8.5 26,471 2/23/2021
3.8.4 287,135 12/13/2020
3.8.3 2,412 12/10/2020
3.8.2 1,984 12/10/2020
3.8.1 32,001 11/6/2020
3.8.0 4,366 11/6/2020
3.7.7 332,732 6/25/2020
3.7.6 26,033 6/16/2020
3.7.5 14,467 6/8/2020
3.7.4 193,048 5/19/2020
3.7.2 3,905 5/18/2020
3.7.1 48,926 4/21/2020
3.7.0 63,200 4/19/2020
3.6.0 5,505,732 1/23/2020
3.5.3 14,849 1/8/2020
3.5.2 3,540 1/3/2020
3.5.1 2,263 12/31/2019
3.5.0 11,194 12/18/2019
3.4.3 7,393 12/16/2019
3.4.2 3,797 12/13/2019
3.4.1 2,210 12/11/2019
3.4.0 3,051 12/11/2019
3.3.11 6,919 12/1/2019
3.3.10 53,458 11/6/2019
3.3.9 189,322 8/15/2019
3.3.8 8,803 8/1/2019
3.3.7 2,177 8/1/2019
3.3.6 2,292 7/31/2019
3.3.5 34,553 7/5/2019
3.3.4 189,186 3/11/2019
3.3.3 20,594 2/1/2019
3.3.2 26,602 1/21/2019
3.3.1 4,611 1/14/2019
3.3.0 3,738 1/11/2019
3.2.6 2,908 1/11/2019
3.2.5 4,566 1/3/2019
3.2.4 11,529 11/21/2018
3.2.3 54,080 11/7/2018
3.2.2 5,390 10/30/2018
3.2.1 2,488 10/30/2018
3.2.0 3,190 10/24/2018
3.1.4 2,515 10/15/2018
3.1.3 2,409 10/15/2018
3.1.2 48,543 10/11/2018
3.1.1 2,875 10/4/2018
3.1.0 2,848 10/3/2018
3.1.0-preview-390 2,085 10/3/2018
3.1.0-preview-373 2,350 10/2/2018
3.0.5 9,098 8/13/2018
3.0.4 2,548 7/25/2018
3.0.3 2,404 7/25/2018
3.0.2 2,861 7/24/2018
3.0.1 2,397 7/24/2018
3.0.0 3,382 7/19/2018
2.1.4 98,392 6/7/2018
2.1.3 261,797 3/30/2018
2.1.2 447,167 1/10/2018
2.1.1 123,590 12/1/2017
2.1.0 2,756 11/29/2017
2.0.1 2,542 11/27/2017
2.0.0 3,479 11/27/2017
1.5.1 3,362 11/14/2017
1.4.0 6,678 10/23/2017
1.3.0 5,393 9/12/2017
1.2.139 3,469 9/6/2017
1.1.128 3,338 8/15/2017
1.0.114 2,705 7/31/2017