Giter Site home page Giter Site logo

hsbc / tslumen Goto Github PK

View Code? Open in Web Editor NEW
67.0 7.0 6.0 87.97 MB

A library for Time Series EDA (exploratory data analysis)

Home Page: https://hsbc.github.io/tslumen/

License: Apache License 2.0

Makefile 0.99% Python 87.06% HTML 11.33% JavaScript 0.25% CSS 0.37%
data-science eda exploratory-data-analysis exploratory-data-visualizations pandas python time-series time-series-analysis timeseries data-visualization

tslumen's Introduction

A library for exploratory analysis of Time Series data

tslumen helps bring to light the key characteristics of your time series data with rich, pre-canned artifacts, packed with charts and statistical information. The primary goal of tslumen is to expedite and bring consistency to how time series EDA is performed, allowing you to uncover the fundamental aspects in seconds rather than hours or days.

Key features

  • Platform agnostic, integrates nicely with your datascience workspace
  • Built on open source technology and research
  • Highly customizable and extensible
  • Data (profiling results) completely detached from the visuals
  • Can be executed from the command line
  • Efficient execution using parallel processing
  • Includes a great number of statistical information, including descriptive statistics statistical tests like KPSS or ADF, correlation, tsfeatures, etc.
  • Various plots specifically tailored to time series analysis
  • Self-contained HTML report that can easily be shared with interested parties
  • Fully interactive dashboard for a richer experience and detailed exploration

See https://hsbc.github.io/tslumen/ for the complete documentation.

Installation

From PyPI:

pip install -U tslumen

From source:

# cd into tslumen after cloning the repo
make install

Examples

Refer to the Quick Start page of the documentation for a brief tour of the package.

Complete example notebooks can be found on the User Guide section of the documentation.

Contributing

Contributions to tslumen are welcome. Please see our contribution guide for more details.

tslumen's People

Contributors

b-m-oliveira avatar mzzmjd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

tslumen's Issues

Hierarchical time series summary

Describe the feature or enhancement you want to enable

Basically a selection option for when the data is arranged hierarchically according to a collection of categories. These hierarchies sometimes come from nested geographical features (e.g. country > province > region > district). They can also come from organizational structures, or parts of a facility, or some biological taxomonies, etc.

Being able to select from different levels of this hierarchies would be helpful in navigating hierarchical times series data.

Describe your proposed solution

Have an input to the HTML report constructor that receives a sequence of column names which are understood to be the hierarchical categories from top-to-bottom of the hierarchy. The implementation could ignore this option when it is None by default. But when it is given the HTML report constructs elements to have multiple selectors displayed in some order to specify the subset of the data of interest.

Describe alternatives you've considered, if relevant

Alternatively you can combine the different levels of categorical variables into tuples and use each tuple as label for each time series. This would create a very long list of options that may be less readible.

Additional context

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.