Skip to content

Commit 2d87722

Browse files
committed
fix: Another weird hr line thing.
1 parent c36efa5 commit 2d87722

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/exploratory_data_analysis_primer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Arguably the first thing to do when presented with a datset is check for null va
6262
```haskell
6363
TIO.putStrLn $ D.toMarkdownTable $ D.describeColumns df
6464
```
65-
> ------------------------------------------------------------------------------------
6665
> | Column Name<br>Text | # Non-null Values<br>Int | # Null Values<br>Int | Type<br>Text |
6766
> | --------------------|--------------------------|----------------------|------------- |
6867
> | total_bedrooms | 20433 | 207 | Maybe Double |

0 commit comments

Comments
 (0)