Skip to content

Commit

Permalink
doc: improve input decription for col names
Browse files Browse the repository at this point in the history
  • Loading branch information
MariellaCC committed Dec 20, 2023
1 parent 3988733 commit 7583e9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ def create_inputs_schema(self):
},
"date_col_name": {
"type": "string",
"doc": "The column that contains the date, a list of compliant formats can be consulted here: https://docs.rs/chrono/latest/chrono/format/strftime/index.html."
"doc": "Column name of the column that contains the date. Values in this column need to comply with date format: https://docs.rs/chrono/latest/chrono/format/strftime/index.html."
},
"title_col_name": {
"type": "string",
"doc": "The column that contains publication names or ref/id."
"doc": "Column name of the values containing publication names or ref/id. This column will be used in the output."
},
"corpus_table": {
"type": "table",
Expand Down

0 comments on commit 7583e9b

Please sign in to comment.