Skip to content

Feature Request: Provide CSV files #221

@hski-github

Description

@hski-github

Feature Idea

Python becomes more and more popular in the space of Data Science in Pharma and clinical data transformation and analytics.

It would be great to be able to use pharmaversesdtm test data in Python development.

If pharmaversesdtm would provide the data sets in addition to *.rda files in /data also as *.csv files e.g. in the same folder /data/*.csv, then these csv files could be easily used in Python directly from Github.

import pandas as pd

url = "https://raw.githubusercontent.com/pharmaverse/pharmaversesdtm/refs/heads/main/data/ae.csv"
df = pd.read_csv(url)

Guess and hope the csv creation from RDA files at the end of pharmaversesdtm process is a small extention of the pharmaversesdtm test data creation process.

Relevant Input

No response

Relevant Output

All *.rda files currently in /data should be available also as *.csv files

Reproducible Example/Pseudo Code

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions