You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Universes follow a reasonably predictable pattern despite the different formats of data available.
Actual Behavior
We have multiple variants of universes to its difficult to make a history call or use them in jupyter notebooks.
Universes styles include:
A1 WrapperForBaseDataUniverses - Where the wrapper sets configuration and the selection is done on another type.
A2 BaseDataUniverses - Where there's just the base data type; and the selection-filtering is done on that same basedata object.
These universes output 2 types of data in the slice:
B1 - BaseData Objects - Where the universe outputs a single point representing the selected symbol. e.g. Weather in a location at a point in time,
B2 - BaseDataCollection Objects - Where the universe can select multiple objects that occur at the same time; e.g. a news feed with multiple simultaneous posts.
Potential Solution
Review and standardize naming across all the fundamental data, universe alternative data classes. It might need breaking some of the smaller data types.
Then this will enable full use of any alt data universe for history calls on universes and jupyter notebook usage.
Checklist
I have completely filled out this template
I have confirmed that this issue exists on the current master branch
I have confirmed that this is not a duplicate issue by searching issues
The text was updated successfully, but these errors were encountered:
Expected Behavior
Universes follow a reasonably predictable pattern despite the different formats of data available.
Actual Behavior
We have multiple variants of universes to its difficult to make a history call or use them in jupyter notebooks.
Universes styles include:
These universes output 2 types of data in the slice:
Potential Solution
Review and standardize naming across all the fundamental data, universe alternative data classes. It might need breaking some of the smaller data types.
Then this will enable full use of any alt data universe for history calls on universes and jupyter notebook usage.
Checklist
master
branchThe text was updated successfully, but these errors were encountered: