An open API service indexing awesome lists of open source software.

https://github.com/yvictor/quantutil


https://github.com/yvictor/quantutil

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

# quantutils

## QuickStart

### Installation

``` bash
pip install quantutils
```

### Usage
``` python
import quantutils as qs
qs.gen_daily_profit_df(df, "Name")
```