Added polars lib.

- On Python/Numerical Libraries & Data Structures section.
This commit is contained in:
Vinícius Baca
2024-08-06 12:54:49 -03:00
committed by GitHub
parent 32e8626820
commit 00451552d1
+1
View File
@@ -30,6 +30,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [numpy](https://www.numpy.org) - NumPy is the fundamental package for scientific computing with Python.
- [scipy](https://www.scipy.org) - SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering.
- [pandas](https://pandas.pydata.org) - pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
- [polars](https://docs.pola.rs/) - Polars is a blazingly fast DataFrame library for manipulating structured data.
- [quantdsl](https://github.com/johnbywater/quantdsl) - Domain specific language for quantitative analytics in finance and trading.
- [statistics](https://docs.python.org/3/library/statistics.html) - Builtin Python library for all basic statistical calculations.
- [sympy](https://www.sympy.org/) - SymPy is a Python library for symbolic mathematics.