it says the publication year column is missing.
File "(...)Python312\site-packages\asreviewcontrib\datatools\sample.py", line 13, in sample
raise ValueError(f"• The input file should have a {year_column} column.")
ValueError: • The input file should have a publication_year column.
It seems like I fixed this by changing the "year" column to "publication_year" in the Excel file.