An open API service indexing awesome lists of open source software.

https://github.com/ickc/dautil-py

`dautil` stands for Data Analysis Utilities. It includes some of the routines I used for data analysis.
https://github.com/ickc/dautil-py

Last synced: 12 months ago
JSON representation

`dautil` stands for Data Analysis Utilities. It includes some of the routines I used for data analysis.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/ickc/dautil-py.svg?branch=master)](https://travis-ci.org/ickc/dautil-py)
[![GitHub Releases](https://img.shields.io/github/tag/ickc/dautil-py.svg?label=github+release)](https://github.com/ickc/dautil-py/releases)
[![PyPI version](https://img.shields.io/pypi/v/dautilpy.svg)](https://pypi.python.org/pypi/dautilpy/)
[![Development Status](https://img.shields.io/pypi/status/dautilpy.svg)](https://pypi.python.org/pypi/dautilpy/)
[![Python version](https://img.shields.io/pypi/pyversions/dautilpy.svg)](https://pypi.python.org/pypi/dautilpy/)
![License](https://img.shields.io/pypi/l/dautilpy.svg)

# Introduction

`dautil` stands for Data Analysis Utilities. It includes some of the routines I used for data analysis.

There's a companion repo called `dautil-sh`, scripts for similar purpose but use bash instead.

# Installation

1. `pip install dautilpy`

2. Optionally add `bin/` to your `PATH`. Consider these some example scripts that uses `dautilpy`.