Datasets:
| license: mit | |
| task_categories: | |
| - tabular-classification | |
| tags: | |
| - study-registry | |
| - computational-science | |
| - open-science | |
| - SET | |
| size_categories: | |
| - n<1K | |
| # studyreg-sample-dataset | |
| Sample dataset for the [studyreg](https://pypi.org/project/studyreg/) package. | |
| ## Columns | |
| - **study_id** - unique identifier | |
| - **title** - study title | |
| - **domain** - research domain | |
| - **sphere** - SET sphere (Science / Entrepreneurship / Technology) | |
| - **status** - registration status | |
| - **tags** - comma-separated tags | |
| - **registered_date** - ISO date | |
| - **pi** - principal investigator | |
| ## Usage | |
| ```python | |
| from studyreg import StudyRegistry | |
| reg = StudyRegistry() | |
| reg.load("sample_studies.csv") | |
| ``` | |
| Maintained by [K-RnD Lab]. | |