Skip to content

Commit 0a92244

Browse files
committed
fixup! FEAT: added support for mixed types dataframes in H5 files
1 parent ab77eb5 commit 0a92244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray_editor/arrayadapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2682,7 +2682,7 @@ def __init__(self, data, attributes):
26822682
if nblocks > 1:
26832683
import tables
26842684

2685-
axis_node = data._f_get_child(f'axis0')
2685+
axis_node = data._f_get_child('axis0')
26862686
col_names = axis_node.read().tolist()
26872687
# {col_idx: (block_idx, idx_in_block)}
26882688
column_source = {}

0 commit comments

Comments
 (0)