Parquet.Net
4.19.0
See the version list below for details.
dotnet add package Parquet.Net --version 4.19.0
NuGet\Install-Package Parquet.Net -Version 4.19.0
<PackageReference Include="Parquet.Net" Version="4.19.0" />
paket add Parquet.Net --version 4.19.0
#r "nuget: Parquet.Net, 4.19.0"
// Install Parquet.Net as a Cake Addin #addin nuget:?package=Parquet.Net&version=4.19.0 // Install Parquet.Net as a Cake Tool #tool nuget:?package=Parquet.Net&version=4.19.0
Apache Parquet for .NET
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:
- The only library that supports dynamic schemas.
- Supports all parquet types, encodings and compressions.
- Fully supports C# class serialization, for all simple and complex Parquet types.
- Provides low-level, high-level, and row-based API.
- Access to file and column metadata.
- Integration with DataFrames (
Microsoft.Data.Analysis
).
Links
Used by
- Azure Cosmos DB Desktop Data Migration Tool.
- Parquet Viewer (web assembly app).
- Komodo Search.
- RavenDB - An ACID NoSQL Document Database.
- Cinchoo ETL: An ETL framework for .NET.
- ParquetViewer: Simple Windows desktop application for viewing & querying Apache Parquet files.
- ML.NET: Machine Learning for .NET.
- PSParquet: PowerShell Module for Parquet.
...raise a PR to appear here...
Contributing
See the contribution page. The first important thing you can do is simply star ⭐ this project.
Product | Versions 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 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.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. |
-
.NETCoreApp 3.1
- IronCompress (>= 1.5.1)
- Microsoft.Data.Analysis (>= 0.21.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
-
.NETStandard 2.0
- IronCompress (>= 1.5.1)
- Microsoft.Data.Analysis (>= 0.21.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Text.Json (>= 8.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- IronCompress (>= 1.5.1)
- Microsoft.Data.Analysis (>= 0.21.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
- System.Text.Json (>= 7.0.3)
-
net6.0
- IronCompress (>= 1.5.1)
- Microsoft.Data.Analysis (>= 0.21.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
-
net7.0
- IronCompress (>= 1.5.1)
- Microsoft.Data.Analysis (>= 0.21.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
-
net8.0
- IronCompress (>= 1.5.1)
- Microsoft.Data.Analysis (>= 0.21.0)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.0)
NuGet packages (26)
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. |
|
Microsoft.ML.Parquet
ML.NET components for Apache Parquet support. |
|
PCAxis.Serializers
Paxiom serializers for formats like Excel, jsonstat, jsonstat2, sdmx |
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
|
|
Cinchoo/ChoETL
ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
|
|
mukunku/ParquetViewer
Simple Windows desktop application for viewing & querying Apache Parquet files
|
|
compomics/ThermoRawFileParser
Thermo RAW file parser that runs on Linux/Mac and all other platforms that support Mono
|
Version | Downloads | Last updated |
---|---|---|
5.0.1 | 24,200 | 10/14/2024 |
5.0.1-pre.1 | 497 | 10/3/2024 |
5.0.0 | 12,913 | 10/3/2024 |
5.0.0-pre.4 | 58 | 10/2/2024 |
5.0.0-pre.3 | 56 | 10/2/2024 |
5.0.0-pre.2 | 511 | 9/30/2024 |
5.0.0-pre.1 | 123 | 9/23/2024 |
4.25.0 | 72,071 | 9/9/2024 |
4.25.0-pre.3 | 126 | 9/6/2024 |
4.25.0-pre.2 | 2,157 | 6/11/2024 |
4.25.0-pre.1 | 97 | 6/7/2024 |
4.24.0 | 283,964 | 6/6/2024 |
4.24.0-pre.8 | 70 | 6/4/2024 |
4.24.0-pre.7 | 70 | 6/4/2024 |
4.24.0-pre.6 | 69 | 6/3/2024 |
4.24.0-pre.5 | 54 | 6/3/2024 |
4.24.0-pre.4 | 84 | 5/31/2024 |
4.24.0-pre.3 | 70 | 5/31/2024 |
4.24.0-pre.2 | 464 | 5/28/2024 |
4.24.0-pre.1 | 113 | 5/22/2024 |
4.23.5 | 218,916 | 4/4/2024 |
4.23.4 | 425,234 | 2/2/2024 |
4.23.3 | 19,510 | 1/25/2024 |
4.23.2 | 8,503 | 1/22/2024 |
4.23.1 | 6,701 | 1/19/2024 |
4.23.0 | 2,558 | 1/18/2024 |
4.22.1 | 8,188 | 1/17/2024 |
4.22.0 | 55,483 | 1/11/2024 |
4.20.1 | 4,783 | 1/10/2024 |
4.20.0 | 13,779 | 1/8/2024 |
4.19.0 | 23,042 | 1/5/2024 |
4.18.1 | 10,270 | 12/31/2023 |
4.18.0 | 23,189 | 12/22/2023 |
4.17.0 | 289,612 | 11/14/2023 |
4.16.4 | 502,182 | 9/11/2023 |
4.16.3 | 27,988 | 9/4/2023 |
4.16.2 | 95,196 | 8/22/2023 |
4.16.1 | 4,208 | 8/21/2023 |
4.16.0 | 2,601 | 8/17/2023 |
4.15.0 | 145,945 | 6/30/2023 |
4.14.0 | 28,294 | 6/28/2023 |
4.13.0 | 88,464 | 6/20/2023 |
4.12.0 | 132,627 | 5/22/2023 |
4.11.3 | 10,710 | 5/18/2023 |
4.11.2 | 49,821 | 5/16/2023 |
4.11.1 | 34,471 | 5/10/2023 |
4.11.0 | 4,907 | 5/9/2023 |
4.10.1 | 36,766 | 5/2/2023 |
4.10.0 | 30,722 | 4/26/2023 |
4.9.2 | 2,803 | 4/25/2023 |
4.9.1 | 3,421 | 4/21/2023 |
4.9.0 | 2,164 | 4/21/2023 |
4.8.1 | 10,501 | 4/19/2023 |
4.8.0 | 2,480 | 4/18/2023 |
4.8.0-alpha-00 | 1,553 | 4/17/2023 |
4.7.1 | 6,225 | 4/14/2023 |
4.7.0 | 7,377 | 4/13/2023 |
4.6.2 | 66,653 | 3/28/2023 |
4.6.1 | 5,498 | 3/23/2023 |
4.6.0 | 12,105 | 3/21/2023 |
4.5.4 | 322,447 | 2/23/2023 |
4.5.3 | 16,305 | 2/22/2023 |
4.5.2 | 10,916 | 2/20/2023 |
4.5.1 | 7,943 | 2/14/2023 |
4.5.0 | 7,307 | 2/13/2023 |
4.4.7 | 12,883 | 2/8/2023 |
4.4.6 | 47,749 | 1/31/2023 |
4.4.5 | 3,220 | 1/30/2023 |
4.4.4 | 2,529 | 1/27/2023 |
4.4.3 | 3,405 | 1/26/2023 |
4.4.2 | 1,726 | 1/26/2023 |
4.4.1 | 2,083 | 1/25/2023 |
4.4.0 | 3,116 | 1/24/2023 |
4.3.4 | 1,963 | 1/23/2023 |
4.3.3 | 2,146 | 1/20/2023 |
4.3.2 | 2,043 | 1/19/2023 |
4.3.1 | 1,682 | 1/19/2023 |
4.3.0 | 2,658 | 1/18/2023 |
4.2.3 | 6,565 | 1/16/2023 |
4.2.2 | 10,023 | 1/11/2023 |
4.2.1 | 7,374 | 1/10/2023 |
4.2.0 | 1,954 | 1/10/2023 |
4.1.3 | 64,528 | 12/21/2022 |
4.1.2 | 27,853 | 12/1/2022 |
4.1.1 | 117,197 | 11/10/2022 |
4.1.0 | 223,356 | 10/13/2022 |
4.0.2 | 10,497 | 10/12/2022 |
4.0.1 | 26,500 | 10/11/2022 |
4.0.0 | 56,840 | 9/22/2022 |
3.10.0 | 301,216 | 9/20/2022 |
3.9.1 | 1,529,624 | 10/14/2021 |
3.9.0 | 370,012 | 6/25/2021 |
3.8.6 | 456,094 | 3/5/2021 |
3.8.5 | 26,349 | 2/23/2021 |
3.8.4 | 270,433 | 12/13/2020 |
3.8.3 | 2,386 | 12/10/2020 |
3.8.2 | 1,939 | 12/10/2020 |
3.8.1 | 31,791 | 11/6/2020 |
3.8.0 | 4,309 | 11/6/2020 |
3.7.7 | 327,515 | 6/25/2020 |
3.7.6 | 25,583 | 6/16/2020 |
3.7.5 | 14,381 | 6/8/2020 |
3.7.4 | 187,090 | 5/19/2020 |
3.7.2 | 3,866 | 5/18/2020 |
3.7.1 | 48,729 | 4/21/2020 |
3.7.0 | 56,788 | 4/19/2020 |
3.6.0 | 5,432,260 | 1/23/2020 |
3.5.3 | 13,970 | 1/8/2020 |
3.5.2 | 3,518 | 1/3/2020 |
3.5.1 | 2,225 | 12/31/2019 |
3.5.0 | 9,599 | 12/18/2019 |
3.4.3 | 7,361 | 12/16/2019 |
3.4.2 | 3,768 | 12/13/2019 |
3.4.1 | 2,175 | 12/11/2019 |
3.4.0 | 2,981 | 12/11/2019 |
3.3.11 | 6,881 | 12/1/2019 |
3.3.10 | 48,329 | 11/6/2019 |
3.3.9 | 187,933 | 8/15/2019 |
3.3.8 | 8,772 | 8/1/2019 |
3.3.7 | 2,157 | 8/1/2019 |
3.3.6 | 2,271 | 7/31/2019 |
3.3.5 | 32,972 | 7/5/2019 |
3.3.4 | 183,451 | 3/11/2019 |
3.3.3 | 20,379 | 2/1/2019 |
3.3.2 | 26,424 | 1/21/2019 |
3.3.1 | 4,592 | 1/14/2019 |
3.3.0 | 3,701 | 1/11/2019 |
3.2.6 | 2,876 | 1/11/2019 |
3.2.5 | 4,540 | 1/3/2019 |
3.2.4 | 10,292 | 11/21/2018 |
3.2.3 | 50,633 | 11/7/2018 |
3.2.2 | 5,367 | 10/30/2018 |
3.2.1 | 2,459 | 10/30/2018 |
3.2.0 | 3,154 | 10/24/2018 |
3.1.4 | 2,492 | 10/15/2018 |
3.1.3 | 2,370 | 10/15/2018 |
3.1.2 | 46,615 | 10/11/2018 |
3.1.1 | 2,850 | 10/4/2018 |
3.1.0 | 2,787 | 10/3/2018 |
3.1.0-preview-390 | 2,067 | 10/3/2018 |
3.1.0-preview-373 | 2,328 | 10/2/2018 |
3.0.5 | 8,998 | 8/13/2018 |
3.0.4 | 2,525 | 7/25/2018 |
3.0.3 | 2,377 | 7/25/2018 |
3.0.2 | 2,829 | 7/24/2018 |
3.0.1 | 2,373 | 7/24/2018 |
3.0.0 | 3,320 | 7/19/2018 |
2.1.4 | 94,991 | 6/7/2018 |
2.1.3 | 260,558 | 3/30/2018 |
2.1.2 | 440,999 | 1/10/2018 |
2.1.1 | 115,645 | 12/1/2017 |
2.1.0 | 2,711 | 11/29/2017 |
2.0.1 | 2,513 | 11/27/2017 |
2.0.0 | 3,447 | 11/27/2017 |
1.5.1 | 3,323 | 11/14/2017 |
1.4.0 | 6,630 | 10/23/2017 |
1.3.0 | 5,346 | 9/12/2017 |
1.2.139 | 3,442 | 9/6/2017 |
1.1.128 | 3,313 | 8/15/2017 |
1.0.114 | 2,672 | 7/31/2017 |