We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85b08b commit 1a1591cCopy full SHA for 1a1591c
1 file changed
README.md
@@ -5,7 +5,7 @@ A fast, safe, and intuitive DataFrame library.
5
## Why use Haskell?
6
7
* Having types around eliminates many kinds of bugs before you even run the code.
8
-* It's easy to write pipelines.
+* A highly composable programming model that makes it easy to write pipelines.
9
* The Haskell compiler does a lot of optimization that makes code very fast.
10
* The syntax is more approachable than other compiled languages' dataframes.
11
0 commit comments