Stefan171 commited on
Commit
443e1ae
1 Parent(s): c0cf72e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -25,6 +25,11 @@ A typical data row contains:
25
  - Article Contents: [string] The full text content of the article.
26
  - Data Quality: [enum] 'full' if all data from the article was scraped, 'partial' if some data may be missing.
27
 
 
 
 
 
 
28
  ## Who are the intended users?
29
  Researchers, data scientists, and developers interested in text analysis of news articles.
30
 
 
25
  - Article Contents: [string] The full text content of the article.
26
  - Data Quality: [enum] 'full' if all data from the article was scraped, 'partial' if some data may be missing.
27
 
28
+ # Dataset Statistics
29
+ ## Data Quality Distribution
30
+ - Number of rows with 'full' data quality: 50,661
31
+ - Number of rows with 'partial' data quality: 87,575
32
+
33
  ## Who are the intended users?
34
  Researchers, data scientists, and developers interested in text analysis of news articles.
35