Last modified by makuadm on 2026-01-07 06:21

From version 4.1
edited by cpassow
on 2022-04-04 08:48
Change comment: There is no comment for this version
To version 6.1
edited by cpassow
on 2022-04-04 08:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -35,7 +35,7 @@
35 35  
36 36  \\
37 37  
38 -{{code language="py"}}
38 +{{code language="py" title="moved to repository?"}}
39 39  class RunDirectory:
40 40  
41 41   def get_run_table(self):
... ... @@ -69,4 +69,13 @@
69 69   ...
70 70  {{/code}}
71 71  
72 +{{code language="py" title="ideas"}}
73 +run.to_df(channel_dict)
74 +run.to_series(channel_string or channel_dict) # on channel only?
75 +run.to_array(channel_string) # on channel only?
76 +
77 +# run.to_dask(dict)
78 +# run.to_xarray(dict)
79 +{{/code}}
80 +
72 72  \\