Skip to content

An example of data analysis conducted using Rustlang

Notifications You must be signed in to change notification settings

Mick1406/RustAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

RustAnalysis

A collection of data analyses using Rust
The repository contains:

  1. An example of aggregator that computes the mean of a dataframe in chunks (parallel processing) using the Polars library implemented in Rust.
  2. An example of creation and manipulation of dataframes using Polars.

Dependencies

  1. rust-big-dataframes

    polars = "0.12.0"
    rayon = "1.5.0"

  2. dataframe-manip

    polars = "0.12.0"

Credits

Adapted from the Polars examples in: https://github.com/ritchie46/polars

About

An example of data analysis conducted using Rustlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages