-
Notifications
You must be signed in to change notification settings - Fork 0
Notes
Xueqing edited this page Dec 26, 2017
·
13 revisions
Dec 17th: line=line.split() ->convert a string into a list
Dec 26th:
- "else" is only connected to the nearest "if".
- e.g.:
cleaning_data_stage2.py, csv3
- Q: The opened file doesn't work in several lines later. Why?
- Problem recorded: The cleaned up data count has 88 columns, including the TranscriptID column. But it should be 89 columns right??