Skip to content

Util library to provide R-like dataframes and statistical functions over Parquet DataSet from parquet-dotnet

License

Notifications You must be signed in to change notification settings

lulzzz/dataframe-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataFrames Build status

A library consuming partquet-dotnet used to build a feature abstractions for ParquetReader. The following are features that are available through the library.

  • Ability to scale page reads across Service Fabric nodes
  • Execute correlation matrix across large parquet DataSet
  • Summary column statistics across millions or billions of rows
  • Linear regression at Service Fabric scale with SGD

This project exposes a few packages:

DataFrame.Math

A set of LINQ operators to calculate the following functions on a stream of numbers:

  • Kurtosis
  • Mean
  • Quantile25, Quantile75
  • Median
  • Skewness
  • Standard Deviation
  • Variance

Common math data structures - Matrix<T>, Series, Frame

DataFrame.Formats

Integration with different data formats (Parquet, CSV etc.). Supported formats:

  • Apache Parquet
  • CSV

Contributing

Please read contibuting section for general git guidanec and architecture for code orientation.

About

Util library to provide R-like dataframes and statistical functions over Parquet DataSet from parquet-dotnet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.5%
  • PowerShell 6.5%