Skip to content

Commit 33f44cb

Browse files
committed
fix: TODO.md syntax
1 parent d891e14 commit 33f44cb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

todo.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## TODO
22
- [x] viz: add 'back to top' link next to each company
3-
- [o] data collection: extend scraper to collect both problem **type** and **company**
4-
- [] viz: add a new 'type' column for the problem frequency table
5-
- [] viz: add the 'major problem type' info for each company
6-
- [] data analysis: run UMAP to on company-indexed pivot wider dataset to find clusters for company interview profiles
7-
- [] refactor: convert jupyter notebook to .py file for ETL
3+
- [ ] data collection: extend scraper to collect both problem **type** and **company**
4+
- [ ] viz: add a new 'type' column for the problem frequency table
5+
- [ ] viz: add the 'major problem type' info for each company
6+
- [ ] data analysis: run UMAP to on company-indexed pivot wider dataset to find clusters for company interview profiles
7+
- [ ] refactor: convert jupyter notebook to .py file for ETL

viz/csv2markdown.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"cell_type": "code",
17-
"execution_count": 13,
17+
"execution_count": 16,
1818
"id": "d1410d74",
1919
"metadata": {},
2020
"outputs": [],

0 commit comments

Comments
 (0)