Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

[![PyPI - Version](https://badge.fury.io/py/vpselector.svg)](https://pypi.org/project/vpselector/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/vpselector)](https://pypi.org/project/vpselector/)
[![CI Pipeline](https://github.com/manumerous/vpselector/actions/workflows/check_style.yaml/badge.svg)](https://github.com/manumerous/vpselector/actions/workflows/check_style.yaml)

# vpselector

The Visual Pandas Selector is a tool to visually select portions of numeric time-series data from a pandas dataframe. The tool is intended to provide an fast interactive way for manual data selection, as can be very useful in for example machine learning, regression or system identification.
Expand Down
Loading