-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnotes
66 lines (30 loc) · 1.81 KB
/
notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
This file is just random thoughts and placeholders while I work through this project, added stream-of-conciousness.
20160318
Data to gather: name, age, married?, how many kids, education degree, education specialty, millitary?, mil rank, pilot? mil/private, hobbies, experience, languages
First aim: extract ages
20160320
Ages done, next goals are to extract marital status and plot both of these things w matplotlib or similar.
20160321
Okay, now let's try for # and ages of kids. Make a 2D array, dimension 1 = astronaut, dimension 2 = daughters/sons/unknown gender. Then search for key tokens "kid", "child", "son", "daughter", "boy", "girl"
Text number length: one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve
20160322
I've got the children counts basically sorted. Here's what's left on the list:
education specialty, millitary?, mil rank, pilot? mil/private, hobbies, experience, languages
Next up I'll add in the education fields per degree. Probably best to slice forward from each file's respective degree tag, tokenize, and pull a word or two after the token 'in', as in "Ann Annson has a Ph.D. in chemical engineering from Acme University". Then clean in the #fix inconsistencies section. Keep raw strings for analysis in Jupyter. This grabbed a lot of trash too, so I'll reclean in analysis.
Languages should be pretty easy once I build dict, so that's on deck right now.
20160323
Military rank is up. Simply raw.find(rank name).
now i'll search for pilot status
What's left on the list?: hobbies, experience
Key hobby tokens off of the PERSONAL DATA string per file down the list.
20160401
Soyuz specs:
Weight wet/dry
Boosters = 43410 - 3810 = 39600
Core = 99500 - 6550 = 92950
Block 1 = 25300 - 2410 = 22890
total = 155440
Lox : fuel
boosters = 2.47
core = 2.39
block1 = 2.2