Nano
Results
2
issues of
Nano
Is there any way to filter rows? Like: ```python table.field_names = ['A', 'B', 'C'] table.get_string(filter = lambda row: row['C'] == 1) ```