We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d12b0 commit 2854744Copy full SHA for 2854744
treecript/parser.py
@@ -211,7 +211,7 @@ def metrics_parser(
211
pids["command"] = main_commands
212
pids["command_label"] = command_labels
213
pids["full_command"] = full_command
214
- pids["full_stats"] = pd.array(full_stats)
+ pids["full_stats"] = pd.array(full_stats, dtype=object, copy=False)
215
pids["subtree_root"] = subtree_root
216
217
return pids, num_cpu_cores, sampling_period_seconds
0 commit comments