Skip to main content

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:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes, and ensure that the code follows PEP 8 guidelines.
  4. 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

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.17.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

ds4finance-0.1.17-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page