Coder Social home page Coder Social logo

pantulipy's Introduction

Pantulipy: Pandas + Tulipy

Pandas over then Tulipy technical indicators library.

  • Author: Daniel J. Umpierrez
  • Version: 0.1.2
  • License: UNLICENSE

Description

This project is created to integrate tulipy functions with Pandas library.

Requirements

  • numpy
  • pandas
  • tulipy

Installation

Linux

Debian based

# requirements installation
sudo apt-get update
sudo apt-get install python3-pandas python3-pip  python3-cython
sudo pip install --user tulipy

Usage

Just import needed functions and call.

import pandas as pd
from pantulipy import ema

# replace this by your OHLC DataFrame
ohlc_data = pd.DataFrame()
print(ema(ohlc_data, 5).tail())

TODO

  • Implement class with functions.
  • [*] Write some documentation.
  • Write some tests.

Changelog

0.1.2

  • Added most common default values for many functions.
  • Some code refactor.
  • Added "requirements.txt" file.

0.1.1

  • Now _tup function fit ohlc size and fill nan values by using DataFrame bfill method

0.1.0

  • Initial version.

pantulipy's People

Contributors

havocesp avatar aaron-makowski avatar trikota avatar cumason123 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.