Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yvictor/quantutil


https://github.com/yvictor/quantutil

Last synced: about 2 months 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")
```