Datasets:
Update README.md
Browse filesRecreated the dataset files to scan packages from github
README.md
CHANGED
|
@@ -78,7 +78,7 @@ Example expected output:
|
|
| 78 |
|
| 79 |
## Data Sources
|
| 80 |
|
| 81 |
-
The dataset was generated by scanning Python packages
|
| 82 |
Docstrings were extracted from functions, classes, async functions, methods, and modules using Python's AST parser.
|
| 83 |
Low-quality documentation was filtered out using heuristics such as:
|
| 84 |
|
|
|
|
| 78 |
|
| 79 |
## Data Sources
|
| 80 |
|
| 81 |
+
The dataset was generated by scanning Python packages in github.
|
| 82 |
Docstrings were extracted from functions, classes, async functions, methods, and modules using Python's AST parser.
|
| 83 |
Low-quality documentation was filtered out using heuristics such as:
|
| 84 |
|