Open fherwig opened 7 years ago
It would be useful to be able to ask what variables are available in cols or dcols dicts, something like this: [ print(k) for k in s.cols.keys() if 'dt' in k]
[ print(k) for k in s.cols.keys() if 'dt' in k]
It would be useful to be able to ask what variables are available in cols or dcols dicts, something like this:
[ print(k) for k in s.cols.keys() if 'dt' in k]