arpitbhat48 / entropy

Dataframes powered by Web Assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entropy

The goal of this project is to provide a fast, easy-to-use Dataframes Javascript library powered by WebAssembly, written in Rust.

This project is a part of a larger project called wasml, which aims to provide a complete machine learning ecosystem in JavaScript.

Documentation

Entropy

Installing the package

Coming Soon

How to use

import init, {
  ColumnType,  
  SeriesF64,
  SeriesI32,
  SeriesSTR,
  DataFrame,
  readcsv,
} from "../pkg/entropy.js";


(async () => {
    // This init function sets up everything you need to use this library
    await init();

    // All your code goes here...
})();

About

Dataframes powered by Web Assembly

License:Apache License 2.0


Languages

Language:Rust 84.2%Language:JavaScript 14.6%Language:HTML 0.6%Language:Shell 0.3%Language:Batchfile 0.3%