Skip to content

Commit e55486b

Browse files
committed
documentation: Preformat ASCII diagram.
1 parent 48c2a75 commit e55486b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/exploratory_data_analysis_primer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ range of value. Going back to our california housing dataset, we can plot a hist
280280
```haskell
281281
D.plotHistogram "median_house_value" df
282282
```
283+
> ```
283284
> 1501.0│ ▁▁██
284285
> │ ▂▂████
285286
> │ ██ ▂▂████████
@@ -304,6 +305,7 @@ D.plotHistogram "median_house_value" df
304305
> 1.5e4 2.6e5 5.0e5
305306
>
306307
> ⣿ count
308+
> ```
307309
308310
309311
From the histogram above we can already tell things like whether or not there are outliers, the central tendency of the data, and the spread.

0 commit comments

Comments
 (0)