We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681c7ed commit f70da78Copy full SHA for f70da78
gtep/time_period_data.py
@@ -54,3 +54,8 @@ def snapshot(self):
54
55
if __name__ == "__main__":
56
print("fasldkfj")
57
+ array = ak.Record({"hat": 1, "cat": 2, "borg": "worg", "3": [1, 2, 3]})
58
+ print(array)
59
+ x = ak.unzip(array)
60
+ print(x)
61
+ print(list(chr(y) for y in x[2]))
0 commit comments