dined-io / dyned

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Hypothesis: Mapper to reuse data from other sources #8

Open jurra opened 2 years ago

jurra commented 2 years ago

As an asian researcher I would like to work with databases or data sources that have a different data structure than Dineds package API specifications, in order to able to add it to my studies, so that I can reuse dined's toolkit.

Acceptance criteria Given: I have csv files. The csv files can be obtained also from a database or an API. I need to be able to do so with dataframes.

When method to map data is invoked

Then a new table that is compatible with dined data structures, data frames is generated