File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,11 +114,14 @@ def _load_subs_keywords():
114114def _auto_detect_sub (conference_name : str ) -> str | None :
115115 """Auto-detect sub category based on conference name.
116116
117- Args:
118- conference_name: Name of the conference
117+ Parameters
118+ ----------
119+ conference_name : str
120+ Name of the conference
119121
120122 Returns
121123 -------
124+ str | None
122125 Sub category string if matched, None otherwise.
123126 """
124127 keywords = _load_subs_keywords ()
@@ -139,11 +142,14 @@ def fill_missing_required(df: pd.DataFrame) -> pd.DataFrame:
139142 In non-interactive environments (CI), uses auto-detection and defaults
140143 instead of prompting for user input.
141144
142- Args:
143- df: DataFrame with conference data
145+ Parameters
146+ ----------
147+ df : pd.DataFrame
148+ DataFrame with conference data
144149
145150 Returns
146151 -------
152+ pd.DataFrame
147153 DataFrame with missing required fields filled.
148154 """
149155 required = [
You can’t perform that action at this time.
0 commit comments