Merge pull request #13 from etsfactory/master

Merged! Thanks for contributing.
This commit is contained in:
Wilson Freitas
2017-05-26 09:31:57 -03:00
committed by GitHub
+1 -1
View File
@@ -70,6 +70,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [statsmodels](http://statsmodels.sourceforge.net) - Python module that allows users to explore data, estimate statistical models, and perform statistical tests.
- [dynts](https://github.com/quantmind/dynts) - Python package for timeseries analysis and manipulation
- [PyFlux](https://github.com/RJT1990/pyflux) - Python library for timeseries modelling and inference (frequentist and Bayesian) on models
- [tsfresh](https://github.com/blue-yonder/tsfresh) - Automatic extraction of relevant features from time series
### Calendars
@@ -114,7 +115,6 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [xlsxwriter](https://xlsxwriter.readthedocs.org/) - Write files in the Excel 2007+ XLSX file format
- [xlwt](https://github.com/python-excel/xlwt) - Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform.
- [DataNitro](https://datanitro.com/) - DataNitro also offers full-featured Python-Excel integration, including UDFs. Trial downloads are available, but users must purchase a license.
- [ExcelPython](https://github.com/ericremoreynolds/excelpython) - An open source, easy to use interface for calling Python code from Excel.
- [xlloop](http://xlloop.sourceforge.net) - XLLoop is an open source framework for implementing Excel user-defined functions (UDFs) on a centralised server (a function server).
- [expy](http://www.bnikolic.co.uk/expy/expy.html) - The ExPy add-in allows easy use of Python directly from within an Microsoft Excel spreadsheet, both to execute arbitrary code and to define new Excel functions.
- [pyxll](https://www.pyxll.com) - PyXLL is an Excel add-in that enables you to extend Excel using nothing but Python code.