Requirements for dataframe generators #59
Replies: 2 comments 3 replies
-
Dataframe Guidelines so far:As described above, this is a work-in-progress list of requirements for the dataframe. Once this has grown to a significantly complete set of rules, we could conisder publishing it in the documentation of the sed package. Data formatdataframe should be readable as a
MetadataHow do we handle exchange of metadata between the dataframe generation process and the sed? StructureHow should the data be stored in order to be parsed by the SED?
Contentwhich metadata entries must/should/can be passed to sed, together with the data?
|
Beta Was this translation helpful? Give feedback.
-
@rettigl @zainsohail04 @daviddoji throw in your ideas! |
Beta Was this translation helpful? Give feedback.
-
As this package will concentrate on the number-crunching and handling of the dataframe, we need to define what the dataframes we want to work with should look like.
In this discussion, we should collect all ideas and suggestions to what might be relevant to the construction of the dataframes from the raw data of the different experiments which might make use of the
sed
.Make your suggestions here, and we will pin to the top message those we agree upon to be the most important. This can then be used by those developing dataframe generation routines as a guideline to ensure the best compatibility with
sed
.Beta Was this translation helpful? Give feedback.
All reactions