datatable 0.1.0

Rust dataframes inspired by R's data.table package, with an eye towards financial applications.
Documentation
[package]
name = "datatable"
version = "0.1.0"
authors = ["Kevin Kainan Li <kli6891@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Rust dataframes inspired by R's data.table package, with an eye towards financial applications."
repository = "https://github.com/legendre6891/datatable-rs"
keywords=["data", "dataframe", "finance"]
categories=["science", "visualization", "date-and-time"]
readme = "README.md"

[dependencies]