Closed
Description
Currently parsing a grid requires instantiating all the different sources (RawGridSource
, SystemParticipantSource
, .. ) and sticking them in a JointGridContainer
manually. It would be nice to also have a convenience function that takes the folder, the csv delimiter and the naming strategy and returns a JointGridContainer
.