We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1590580 commit 10ad78fCopy full SHA for 10ad78f
utils/table_util.py
@@ -32,7 +32,7 @@ def get_column_index(self, column_name: str) -> int:
32
Works even if <thead> is missing and header is inside <tbody>.
33
34
Args:
35
- column_name(str): Name of the column (e.g., 'NHS Number')
+ column_name(str): Name of the column (e.g., 'NHS Number')
36
37
Return:
38
An int (1-based column index or -1 if not found)
0 commit comments