pydatk package

Submodules

pydatk.finance module

Finance tools and calculators.

This module contains tools for handling financial data, including common financial calculations such as effective interest rate and future value.

pydatk.finance.effective_rate(nom, nper)

Calculates effective interest rate from a given nominal rate and number of compounding periods.

Parameters:

nom (float) – Nominal interest rate as a decimal (e.g. 0.05 for 5%).

Returns:

The result of the following calculation: effective rate = (1 + (nom / nper)) ^ nper - 1

Return type:

float

Module contents

Python data analysis toolkit.

This package contains tools to help with data analysis, with a focus on data pipelines: Extracting, validating, loading and transforming data.

For more information, visit https://www.pydatk.com