Skip to content
Snippets Groups Projects
Commit 0d7e9c92 authored by Dworatzyk, Katharina's avatar Dworatzyk, Katharina
Browse files

Remove display settings

parent 6330c506
No related branches found
No related tags found
2 merge requests!9Draft: Prepare free text answer categorization,!7Resolve "Screen free text answers"
......@@ -2,12 +2,6 @@ from typing import Dict, List
import pandas as pd
# Settings for proper displaying (e.g. question text will be cut off otherwise)
pd.set_option("display.max_columns", None)
pd.set_option("display.max_rows", None)
pd.set_option("display.width", None)
pd.set_option("display.max_colwidth", None)
def _load_data(path: str) -> pd.DataFrame:
"""Load data from LimeSurvey export with the following settings:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment