File tree Expand file tree Collapse file tree 2 files changed +2
-47
lines changed
Expand file tree Collapse file tree 2 files changed +2
-47
lines changed Original file line number Diff line number Diff line change 112019-07-25;17929
2-
322019-08-22;17526
4-
532019-08-23;17602
6-
742019-09-01;17296
8-
952019-10-04;17174
10-
1162019-10-07;17234
12-
1372019-10-09;17278
14-
1582019-10-15;17901
16-
1792019-10-22;18081
18-
19102019-10-26;18181
20-
21112020-02-09;20716
22-
23122020-04-26;23086
24-
25132020-05-21;23137
26-
27142020-09-06;22711
28-
29152020-10-12;22971
30-
31162020-11-26;23962
32-
33172020-12-27;17160
34-
35182021-06-29;20279
36-
37192021-09-19;21179
38-
39202021-11-02;21393
40-
41212022-01-29;21841
42-
43222022-07-02;22138
44-
45232022-09-12;25583
46-
47242022-11-06;27122
48-
49252023-02-19;26689
50-
51262023-12-15;28049
52-
53272024-03-08;25799
54-
55282024-03-31;26811
56-
57292024-05-12;26803
58-
59302024-07-08;34062
60-
61312024-07-12;34107
62-
63322024-09-16;34811
64-
65332024-09-19;34895
66-
67342024-12-13;39345
68-
69352025-02-17;39934
70-
71362025-02-28;40352
72-
73372025-04-12;41904
74-
75382025-05-13;47484
76-
77392025-06-03;49776
78-
79402025-07-01;54151
80-
81412025-08-04;54668
82-
83422025-08-20;55159
84-
85432025-09-12;56999
86-
87442025-12-12;58242
88-
89452025-12-13;58476
90-
91- 2025-12-14;58476
46+ 2025-12-14;58476
Original file line number Diff line number Diff line change 1010
1111# sort the input data, in case dates are all over the place
1212with open ("data/codeage.csv" ) as source :
13- lines = sorted ([line for line in source .readlines () if line ])
13+ lines = sorted ([line . strip () for line in source .readlines () if line . strip () ])
1414 with open ("data/codeage.csv" , "w" ) as output :
1515 output .write ("\n " .join (lines ))
1616
You can’t perform that action at this time.
0 commit comments