Skip to content

Commit bcadc9f

Browse files
committed
Update Hazard Births.md
1 parent 368dc0d commit bcadc9f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

births/Hazard Births.md

+13
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,25 @@ random()
1111
------
1212
## DATE
1313
------
14+
Year - facet - customized facets - facet by blank - false
1415

1516
Year - edit column - join columns - Year, Month, Day
1617
> replace nulls with dash (-)
1718
1819
> write result in new column named Date
1920
21+
Date - edit cells - transform
22+
```
23+
value.replace(/--.*/," ")
24+
```
25+
> gets rid of (--) values
26+
27+
Date - edit cells - transform
28+
```
29+
value.replace(/-$/,"")
30+
```
31+
> gets rid of (-) is there is no day
32+
2033
----
2134
## NAMES
2235
----

0 commit comments

Comments
 (0)