File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 " >
2023
2124A 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
You can’t perform that action at this time.
0 commit comments