Skip to content
Snippets Groups Projects
Commit e0e11c39 authored by Hans van den Heuvel's avatar Hans van den Heuvel
Browse files

Updated code and readme

parent 4860cb61
Branches
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ min_nr_of_mismatches = int(5)
mismatch_table_string = report_sheet[
(report_sheet['Number of KeyFacets Codes'] >= min_nr_of_mismatches) &
(report_sheet['Number of Matrix FoodEx2 Codes'] >= min_nr_of_mismatches)
].to_markdown(showindex=False)
].to_markdown(index=False)
# Dump the mismatch file
# We want a specific order in the columns:
......@@ -422,7 +422,7 @@ Below a list with the most (more than '''+str(
Substance conversion duplicates
===============================
'''+double_types.to_markdown(showindex=False)+r'''
'''+double_types.to_markdown(index=False)+r'''
'''
dataset.references.close()
......
......@@ -4,7 +4,7 @@
### Solve all dependencies
```
pip install pandas xlrd tabulate openpyxl requests
pip install -r requirements.txt
```
### Run the script in trial (-x) and verbose (-v) mode
......
pandas
xlrd
tabulate
openpyxl
requests
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment