mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-07 19:05:06 +02:00
🧹 Remove redundant comment
This commit is contained in:
parent
6981efb87c
commit
ca8f165955
1 changed files with 0 additions and 1 deletions
|
@ -467,7 +467,6 @@ def process(mets_files: List[str], output_file: str, output_page_info: str):
|
|||
if output_page_info:
|
||||
# Convert page_info SQL to a pandas DataFrama
|
||||
page_info_df = pd.read_sql_query("SELECT * FROM page_info", con_page_info, index_col=["ppn", "ID"])
|
||||
# Save the DataFrame
|
||||
logger.info('Writing DataFrame to {}'.format(output_page_info))
|
||||
page_info_df.to_parquet(output_page_info)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue