A collection of data science tools for finance.
Install the package from PyPI using pip:
pip install ds4finance
To use the package, import it using the alias dsf:
import ds4finance as dsf
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)
This project is licensed under the MIT License. See the LICENSE.txt file for more information.
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.
If you encounter any issues or have questions, please open an issue on the GitHub repository.
- Luis Silva - [email protected]