Skip to content

Commit

Permalink
Merge pull request #19 from NKeleher/add-badges
Browse files Browse the repository at this point in the history
add badges to README
  • Loading branch information
NKeleher authored Jan 27, 2024
2 parents a2660ff + 3b3bd39 commit 0daf4cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# statsframe

Customizable data and model summaries in Python.
![PyPI - Version](https://img.shields.io/pypi/v/statsframe.svg) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/statsframe)
[![License](https://img.shields.io/github/license/NKeleher/statsframe)](https://img.shields.io/github/license/NKeleher/statsframe)
[![Repo Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

---

**Customizable data and model summaries in Python.**

`statsframe` creates tables that provide descriptive statistics of
numeric and categorical data.
Expand Down

0 comments on commit 0daf4cf

Please sign in to comment.