File size: 1,060 Bytes
7cc9f91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
license: other
language:
- en
tags:
- code
- powershell
- github
pretty_name: PowerShell Code Corpus
size_categories:
- 1K<n<10K
---

# PowerShell Code Corpus

A dataset of PowerShell scripts collected from public GitHub repositories.

## Content

- **4,632 files** from popular PowerShell repositories on GitHub
- Sourced from repos with the highest star counts (quality signal)
- Each record contains the raw script text plus metadata

## Fields

| Field | Description |
|---|---|
| `source` | Always `github` |
| `repo` | `owner/repo` slug |
| `repo_url` | Full GitHub URL |
| `path` | File path within the repo |
| `language` | Always `PowerShell` |
| `license` | SPDX license identifier |
| `stars` | GitHub star count at collection time |
| `ref` | Branch name |
| `size_bytes` | File size in bytes |
| `text` | Raw script content |

## Usage

```python
from datasets import load_dataset

ds = load_dataset("powershell-code-corpus", split="train")
```

## License

Individual files retain their original licenses as specified in the `license` field.