GRMenon commited on
Commit
f2386e7
1 Parent(s): fd459c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -11,15 +11,24 @@ configs:
11
  - config_name: ipmaxmind
12
  data_files: "ipmaxmind_out/*.parquet"
13
  ---
14
-
15
  # Context
16
  BigBanyanTree is an initiative to empower colleges to set up their data engineering clusters, and drive interest towards data processing and analysis using tools such as Apache Spark. The data provided here is the direct result of this initiative. The data was processed by [Gautam](https://www.linkedin.com/in/gautam-menon-9a30a3233/) and [Suchit](https://www.linkedin.com/in/suchitg04/), under the guidance of [Harsh Singhal](https://www.linkedin.com/in/harshsinghal/).
17
 
18
  # Content
19
  Each parquet file contains a table with fields extracted from Common Crawl WARC files.
20
 
21
- **Warning!**
 
 
 
 
 
 
 
 
 
 
 
22
 
23
- - 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.
24
- - It may contain URLs for sites promoting objectionable content and false information.
25
- - Filter it according to your needs.
 
11
  - config_name: ipmaxmind
12
  data_files: "ipmaxmind_out/*.parquet"
13
  ---
 
14
  # Context
15
  BigBanyanTree is an initiative to empower colleges to set up their data engineering clusters, and drive interest towards data processing and analysis using tools such as Apache Spark. The data provided here is the direct result of this initiative. The data was processed by [Gautam](https://www.linkedin.com/in/gautam-menon-9a30a3233/) and [Suchit](https://www.linkedin.com/in/suchitg04/), under the guidance of [Harsh Singhal](https://www.linkedin.com/in/harshsinghal/).
16
 
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**