The DataFrame class #83
steinnymir
started this conversation in
Ideas
Replies: 1 comment
-
Roughly the structure we agreed upon. The methods in Dataframe class are temporary. In case of doubt: The Dataframe class exists to provide methods to create the desired dataframes for sed. The source class exists as an abstract class so that the user implements the methods that can be called by processor. Depending on the config, processor then dynamically instantiates the appropriate source class. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We discussed the idea of defining a specialized DataFrame class to handle single-events. Here is a list of functionalities we thought would be good to have for it:
If there are further ideas/suggestions, this is a good place to voice them.
Beta Was this translation helpful? Give feedback.
All reactions