Skip to content

Commit f7a20ba

Browse files
Indrayudd Roy ChowdhuryIndrayudd Roy Chowdhury
authored andcommitted
TutorTask541: Docstring Improvements
1 parent dfe5bc6 commit f7a20ba

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

causal_automl/postprocess_gridstatus_metadata.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ def _load_data(file_path: str) -> pd.DataFrame:
8383

8484
def _prettify(col: str) -> str:
8585
"""
86-
Convert snake_case to Title Case (“spinning_reserves” ⇒ “Spinning
87-
Reserves”).
86+
Convert snake_case to Title Case.
87+
88+
E.g., “spinning_reserves” to “Spinning Reserves”
8889
8990
:param col: column name to prettify
9091
:return: prettified column name

0 commit comments

Comments
 (0)