caesar-one
commited on
Commit
•
6654d7b
1
Parent(s):
ad10431
Small improvements.
Browse files
main.py
CHANGED
@@ -87,7 +87,7 @@ def remove_markdown_links(text: str) -> str:
|
|
87 |
|
88 |
return text
|
89 |
|
90 |
-
def filter_dataframe_by_model_type(df: pd.DataFrame, model_type_column: str = '
|
91 |
"""
|
92 |
Filter dataframe by the rows based on model type and by user-selected columns.
|
93 |
|
|
|
87 |
|
88 |
return text
|
89 |
|
90 |
+
def filter_dataframe_by_model_type(df: pd.DataFrame, model_type_column: str = 'Lang.', ignore_columns: List[str] = None) -> pd.DataFrame:
|
91 |
"""
|
92 |
Filter dataframe by the rows based on model type and by user-selected columns.
|
93 |
|