rusty_pandas 0.0.1

General Mathematics Library for Rust
docs.rs failed to build rusty_pandas-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Rusty Pandas

MIT License - 2019 Jordan Osborn

A general purpose mathematics library for Rust. This package is not focused on performance however performance will not be sacrificed if possible. It is designed to be a self contained package, with a consistent and easy to use API. It should mainly find use during stages of exploratory mathematics.

Very early stage of development

In-Progress

  1. Data-Frames and series implementing the pandas api (as close as possible)

Future

Will eventually contain most common mathematical utilities:

  1. Fourier Transforms
  2. Linear Algebra
  3. Tensors
  4. Optimisation
  5. Curve fitting
  6. Root finding
  7. Symbolic mathematics
  8. Big integers and floats
  9. Complex numbers
  10. Fixed Point mathematics
  11. Integration - Calculus
  12. ODE Solvers
  13. Graphing
  14. Statistical methods
  15. Machine learning, deep learning
  16. Geometry
  17. Data scraping
  18. GPU support
  19. Maths frontend
  20. etc.
  21. Full documentation
  22. Benchmarking and test suite