Skip to main content

Perform exploratory data analysis (EDA) on quantitative data.

Project description

quanteda

CI/CD codecov Documentation Status License: MIT Python 3.9.0 release version Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Perform exploratory data analysis (EDA) on quantitative data.

This package aims to be the starting point for any analysis of quantitative financial data by supplying functions that create charts and metrics to simplify exploratory data analysis and give the user a jump-start on their project. This package simplifies the creation of charts that look at the distribution of numeric features and missing information in the data set; two critical steps in any financial analysis. The package also includes a function that will generate a random time series. Financial variables like stock prices and interest rates vary over time, so this ability to generate a time series quickly is extremely useful. Finally, this package also includes a function that will automatically calculate several useful financial metrics so that more time can be spent on more complicated analysis.

The functions in this package include:

  • plot_missing_vals: Plot tick chart to display missing values for all numeric features in the dataset.
  • plot_num_dist: Creates a chart of histograms for all numeric features in a data set.
  • generate_return_series: Generates a DataFrame with independent time series of returns.
  • generate_financial_metrics: Calculates financial metrics based on a DataFrame of random returns on time series.

Our package fills a gap in the python ecosystem by being marketed specifically to financial data. Python users commonly create EDA charts using popular packages like matplotlib, altair, and seaborn, and conduct their financial analysis using packages like pandas, numpy, and scipy. These libraries are extensive, but have been generalized to be as useful as possible to as many differen fields as possible. It takes time to learn the syntax and code of these packages that work for financial data. This can be time consuming during EDA, when the goal is to quickly get a rough idea of what the data set you are using looks like. Our package will simplify these actions into a few functions that will save time on tedious EDA so that more time can be spent on analysis and testing.

Contributors

  • Doris (Yun Yi) Cai
  • Jake Barnabe
  • John Shiu
  • Merete Lutz

Installation

  1. Clone this repository.
$ git clone git@github.com:UBC-MDS/quanteda.git
$ cd quanteda/
  1. Install the virtual environment.
$ conda env create -f environment.yml
  1. Activate the installed environment:
$ conda activate quanteda
  1. Install the package.
$ poetry install

Usage

Run unit tests

Execute the following in the project root directory to run the unit tests of the package,

$ poetry run pytest

or, to run with the code covergage reporting,

$ poetry run pytest --cov=quanteda

Documentation

The official documentation is hosted on Read the Docs: https://quanteda.readthedocs.io/en/latest/

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

quanteda was created by Doris (Yun Yi) Cai, Jake Barnabe, John Shiu, Merete Lutz. It is licensed under the terms of the MIT license.

Credits

quanteda was created with cookiecutter and the py-pkgs-cookiecutter template.

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

quanteda-2.0.3.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

quanteda-2.0.3-py3-none-any.whl (7.7 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