Welcome to the Rust Data Analysis repository! This collection of Jupyter notebooks provides a comprehensive exploration of data analysis using Rust. Powered by a Rust kernel, these notebooks allow you to dive deep into the realm of data analysis, leveraging the capabilities of the Rust programming language. With the help of various Rust libraries, such as ndarray, plotters, and more, you'll be able to extract valuable insights from different datasets with ease.
To use the notebooks in this repository, you need to set up your environment. Follow these steps to get started:
-
Clone the repository to your local machine:
git clone https://github.com/wiseaidev/rust-data-analysis.git
-
Install the required dependencies and libraries. Make sure you have
Rust
,Jupyter Notebook
, andevcxr_jupyter
installed on your system.# Install a Rust toolchain (e.g. nightly): curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly # Install Jupyter Notebook pip install notebook # Install evcxr_jupyter cargo install evcxr_jupyter evcxr_jupyter --install
-
Navigate to the cloned repository:
cd rust-data-analysis
-
Start Jupyter Notebook:
jupyter notebook
-
Access the notebooks in your web browser by clicking on the notebook file you want to explore.
ID | Article | Thumbnail | Read Time (mins) | Description | Open on GitHub | Launch on Binder | Launch on Colab |
---|---|---|---|---|---|---|---|
1 | Rust: The Next Big Thing in Data Science | 25 | A Contextual Guide for Data Scientists and Analysts. | ||||
2 | The Ultimate Ndarray Handbook: Mastering the Art of Scientific Computing with Rust | 31 | This article is an overview of different Rustβs built-in data structures and a deep dive into the Ndarray library. | ||||
3 | Rust Polars: Unlocking High-Performance Data Analysis β Part 1 | 32 | This article is part 1 of exploring the Polars library. | ||||
4 | Rust Polars: Unlocking High-Performance Data Analysis β Part 2 | 24 | This article is part 2 of exploring the Polars library. | ||||
5 | Exploring Probability Theory with Rust: A Pioneering Journey | 38 | This article is a deep dive into probability theory with Rust. | ||||
6 | Rustic Data: Data Visualization with Plotters β Part 1 | 20 | A detailed guide on how to transform raw numbers into stunning graphs in Rust | ||||
7 | Todo | Todo | Todo | Todo |
We welcome contributions to enhance the Rust Data Analysis repository! To contribute, please follow the CONTRIBUTING.md
file guidelines. Thank you for helping make this project better!
This project is licensed under the Apache License 2.0. For more details, You can refer to the LICENSE file.