GRMenon commited on
Commit
606cecb
1 Parent(s): 779bef3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -17,8 +17,18 @@ BigBanyanTree is an initiative to empower colleges to set up their data engineer
17
  # Content
18
  Each parquet file contains a table with fields extracted from Common Crawl WARC files.
19
 
20
- **Warning!**
21
 
22
- - The processed data is a raw sample of the Internet and has not been filtered in any way, beyond the extraction of the following fields.
23
- - It may contain URLs for sites promoting objectionable content and false information.
24
- - Filter it according to your needs.
 
 
 
 
 
 
 
 
 
 
 
17
  # Content
18
  Each parquet file contains a table with fields extracted from Common Crawl WARC files.
19
 
20
+ ## <span style="color:red">⚠️ WARNING ⚠️</span>
21
 
22
+ The **URLs**, **emails**, and **IP addresses** extracted in this dataset are sourced from **publicly available Common Crawl data dumps**. Please be aware that:
23
+
24
+ - The data may contain **inaccuracies** or **outdated information**.
25
+ - **No validation or filtering** has been performed on the extracted URLs, emails, or IP addresses.
26
+ - As the data has **not been filtered**, it may contain URLs promoting **obscene or objectionable content**.
27
+ - Use this data **with caution**, especially for tasks involving personal or sensitive information.
28
+
29
+ ## Disclaimer
30
+
31
+ These data points are included solely for the purpose of:
32
+
33
+ - **Analyzing domain distributions**
34
+ - **IP metadata analysis**