From 58e6d75f2caa87baf3f090d2d8fa685a6174179a Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Sun, 6 Jul 2014 03:46:01 -0300 Subject: [PATCH] Add Open Mining on data analyzing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4d2c33c..3a49b3d6 100644 --- a/README.md +++ b/README.md @@ -648,6 +648,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Numba](http://numba.pydata.org/) - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy. * [NetworkX](https://networkx.github.io/) - A high-productivity software for complex networks. * [Pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools. +* [Open Mining](https://github.com/avelino/mining) - Business Intelligence (BI) in Python (Pandas web interface) * [PyMC](https://github.com/pymc-devs/pymc) - Markov Chain Monte Carlo sampling toolkit. * [zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library. * [PyDy](https://pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib.