A collection of data science tools for finance
Project description
ds4finance
A collection of data science tools for finance.
Installation
Install the package from PyPI using pip:
pip install ds4finance
Usage
To use the package, import it using the alias dsf:
import ds4finance as dsf
Example: Computing Standard Deviation
import pandas as pd
import ds4finance as dsf
# Load or create a DataFrame containing financial data
data = pd.read_csv("your_data.csv")
# Compute the annualized standard deviation for the data
std_dev = dsf.compute_std_dev(data)
License
This project is licensed under the MIT License. See the LICENSE.txt file for more information.
Contributing
We welcome contributions to the project. If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes, and ensure that the code follows PEP 8 guidelines.
- Submit a pull request to the main repository.
Support
If you encounter any issues or have questions, please open an issue on the GitHub repository.
Authors
- Luis Silva - luis_paulo_silva@hotmail.com
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ds4finance-0.1.20.tar.gz
(12.0 kB
view details)
Built Distribution
File details
Details for the file ds4finance-0.1.20.tar.gz
.
File metadata
- Download URL: ds4finance-0.1.20.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b4b8ac4d7f23d88137ffc5201d9ee281f1c766f32b870a738ac9a41e39ee153 |
|
MD5 | 5815c7afd3518b9c03f11687444a5e65 |
|
BLAKE2b-256 | 94ef3bee2775d76da4f7f53ab09f7f0ceaeaa7021d6807131715f5081d84b9eb |
File details
Details for the file ds4finance-0.1.20-py3-none-any.whl
.
File metadata
- Download URL: ds4finance-0.1.20-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1311c6551b109ba521621193036262918522e63956bea3521c0ea8c47190fbc |
|
MD5 | bc246f49fc75ae695e76d0987c71672d |
|
BLAKE2b-256 | ba993d1611d0bb49e5c8e30431e121722fa6a11c11e03b0855727f409ff246b8 |