Skip to content
/ raccoon Public

A library allowing to load pandas like dataframes from files.

Notifications You must be signed in to change notification settings

f4z3r/raccoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raccoon Build Status

A library providing similar capabilities to pandas's DataFrame in python. The intent of this library is to facilitate the handling of large amounts of data.

Documentation

Can be found at https://docs.rs/raccoon/0.0.1/raccoon/.

Roadmap

I wish to implement the following features:

  • a cell-like entry that is data independent.
  • a Series object that contains a list of cells of the same type.
  • a DataFrame object containing a list of Series.
  • DataFrame loading from csv and excel files.
  • operations on DataFrames similar to the supported operations in pandas.
  • full and clear documentation of the entire crate.
  • push the crate to crates.io.

Contributors

About

A library allowing to load pandas like dataframes from files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages