File size: 757 Bytes
da30ab9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---

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].