Should there be an list Type for columns, tables etc.? #4
Closed
Gerhardsa0
started this conversation in
Library Discussion
Replies: 1 comment 2 replies
-
I'd consider
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I am working on a new time series class in the standard library. When working with time series, the data often needs to be split into "windows" so the model can better learn the dependencies between the data points. Right now, the safe-ds std lib does not allow np.ndarrays as a datatype. I think it is good to allow this datatype to support "windows" easier and also be efficient. (Lists are also not implemented)
Should there be an option to work with lists as a datatype, or is this something that should not be allowed?
If we don't allow it, then the workaround will be intense.
@lars-reimann
Beta Was this translation helpful? Give feedback.
All reactions