You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We could improve the error message or add year as a recognizable column name.
The text was updated successfully, but these errors were encountered:
See the feedback provided by @RiannevanderFeen in asreview/asreview#1853 (reply in thread)
We could improve the error message or add
year
as a recognizable column name.The text was updated successfully, but these errors were encountered: