Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yvictor/quantutil
https://github.com/yvictor/quantutil
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yvictor/quantutil
- Owner: Yvictor
- Created: 2022-01-19T06:09:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T14:09:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T01:09:53.250Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
```