Skip to content

Commit bad1006

Browse files
committed
fix typo
1 parent f2812b8 commit bad1006

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/man/gallery.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ julia> byrow(ds, fill!, :, with = byrow(ds, coalesce, :), rolling = true)
114114
101 1 3 1 1 3
115115
```
116116

117-
* [A use-case from practice](https://www.juliabloggers.com/news-features-in-dataframes-jl-1-3-part-1/) : We have a data frame
118-
that has 10,000 rows and columns, but this time we have 50% of missing values
117+
* [A use-case from practice](https://www.juliabloggers.com/news-features-in-dataframes-jl-1-3-part-1/) : We have a data frame that has 10,000 rows and columns, but this time we have 50% of missing values
119118
randomly scattered in it. What we want to do is to fill missing values in each
120119
row with row means of non-missing values.
121120

0 commit comments

Comments
 (0)