Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# NSG Dataset (Network Security Group Logs)
|
| 2 |
|
| 3 |
## License
|
|
@@ -46,10 +58,3 @@ import pandas as pd
|
|
| 46 |
|
| 47 |
df = pd.read_csv("nsg_dataset.csv")
|
| 48 |
print(df.head()) # Preview first 5 records
|
| 49 |
-
```
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
## Contact
|
| 53 |
-
📧 **Email:** [email protected]
|
| 54 |
-
📍 **Location:** Bengaluru, India
|
| 55 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: NSG Dataset (Network Security Group Logs)
|
| 3 |
+
license: mit
|
| 4 |
+
datasets:
|
| 5 |
+
- nsg_dataset
|
| 6 |
+
tags:
|
| 7 |
+
- cybersecurity
|
| 8 |
+
- network-security
|
| 9 |
+
- anomaly-detection
|
| 10 |
+
- machine-learning
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# NSG Dataset (Network Security Group Logs)
|
| 14 |
|
| 15 |
## License
|
|
|
|
| 58 |
|
| 59 |
df = pd.read_csv("nsg_dataset.csv")
|
| 60 |
print(df.head()) # Preview first 5 records
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|