Skip to content

Commit b090253

Browse files
committed
chore: Add C/I status and updated justification.
1 parent eb03437 commit b090253

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<a href="https://hackage.haskell.org/package/dataframe-0.2.0.2">
99
<img src="https://img.shields.io/hackage/v/dataframe" alt="hackage Latest Release"/>
1010
</a>
11+
<a href="https://github.com/mchav/dataframe/actions/workflows/haskel-ci.yml">
12+
<img src="https://github.com/mchav/dataframe/actions/workflows/haskell-ci.yml/badge.svg" alt="C/I"/>
13+
</a>
1114
</div>
1215

1316
<p align="center">
@@ -20,12 +23,12 @@
2023

2124
A fast, safe, and intuitive DataFrame library.
2225

23-
## Why use Haskell?
26+
## Why use this DataFrame library?
2427

25-
* Having types around eliminates many kinds of bugs before you even run the code.
26-
* A highly composable programming model that makes it easy to write pipelines.
27-
* The Haskell compiler does a lot of optimization that makes code very fast.
28-
* The syntax is more approachable than other compiled languages' dataframes.
28+
* Encourages concise, declarative, and composable data pipelines through a powerful abstraction model.
29+
* Static typing makes code easier to reason about and catches many bugs at compile time—before your code ever runs.
30+
* Delivers high performance thanks to Haskell’s optimizing compiler and efficient memory model.
31+
* Designed for interactivity: expressive syntax, helpful error messages, and sensible defaults.
2932

3033
## Installing
3134

0 commit comments

Comments
 (0)