| COLUMNS = [ | |
| "url", | |
| "website", | |
| "og_type", | |
| "meta_description", | |
| "meta_title", | |
| "content", | |
| "date", | |
| "days_old", | |
| "link_count", | |
| "paragraph_count", | |
| "average_links", | |
| "text_to_html_ratio", | |
| "css_title", | |
| "is_news_article", | |
| "reason", | |
| ] | |
| COLUMNS = [ | |
| "url", | |
| "website", | |
| "og_type", | |
| "meta_description", | |
| "meta_title", | |
| "content", | |
| "date", | |
| "days_old", | |
| "link_count", | |
| "paragraph_count", | |
| "average_links", | |
| "text_to_html_ratio", | |
| "css_title", | |
| "is_news_article", | |
| "reason", | |
| ] | |