We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36efa5 commit 2d87722Copy full SHA for 2d87722
docs/exploratory_data_analysis_primer.md
@@ -62,7 +62,6 @@ Arguably the first thing to do when presented with a datset is check for null va
62
```haskell
63
TIO.putStrLn $ D.toMarkdownTable $ D.describeColumns df
64
```
65
-> ------------------------------------------------------------------------------------
66
> | Column Name<br>Text | # Non-null Values<br>Int | # Null Values<br>Int | Type<br>Text |
67
> | --------------------|--------------------------|----------------------|------------- |
68
> | total_bedrooms | 20433 | 207 | Maybe Double |
0 commit comments