-
Notifications
You must be signed in to change notification settings - Fork 6
/
export_settings.py
67 lines (67 loc) · 2.13 KB
/
export_settings.py
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
COLUMNS = ['title',
'id'
'ah_article_history',
'ah_dyk_age',
'ah_latest_action_age',
'ah_mainpage_age',
'ah_oldest_action_age',
'bl_count',
'd_all_img_count',
'd_blockquote_count',
'd_caption_word_mean_trimmed',
'd_cat_count',
'd_cite_cl',
'd_dead_link_count',
'd_ext_link_count',
'd_gallery_li_count',
'd_geo_count',
'd_h2_header_count',
'd_h2_header_mean_trimmed',
'd_h2_text_mean_trimmed',
'd_h3_header_mean_trimmed',
'd_h3_text_mean_trimmed',
'd_h3_header_count',
'd_h3_text_count',
'd_h2_text_count',
'd_h4_header_count',
'd_h4_header_mean_trimmed',
'd_h4_text_count',
'd_h4_text_mean_trimmed',
'd_has_ext_link_sect',
'd_has_notes_sect',
'd_has_ref_sect',
'd_hidden_cat_count',
'd_hn_dablink_count',
'd_hn_relarticle_count',
'd_int_link_text_mean_trimmed',
'd_int_link_text_count',
'd_metadata_link_count',
'd_lead_p_count',
'd_navbox_word_count',
'd_navbox_word_mean_trimmed',
'd_ogg_count',
'd_p_count',
'd_p_mean_trimmed',
'd_pdf_count',
'd_red_link_count',
'd_ref_count',
'd_ref_needed_span_count',
'd_ref_text_count',
'd_refbegin_count',
'd_reflist_count',
'd_see_also_sect_li_count',
'd_spoken_wp_count',
'd_svg_count',
'd_tex_count',
'd_thumb_img_count',
'd_thumb_left_count',
'd_thumb_right_count',
'd_wikitable_word_count',
'd_wikitable_word_mean_trimmed',
'd_wiki_file_link_count',
'pv_90_days_mean_trimmed',
'll_count',
'iw_count',
'f5_comments',
'wa_count',
'ah_current']