We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285b504 commit 7050922Copy full SHA for 7050922
crowdsourcer/management/commands/add_automatic_points.py
@@ -73,6 +73,7 @@ def print_info(self, message, level=2):
73
74
def get_points(self, file):
75
df = pd.read_csv(file)
76
+ df["answer in GRACE"] = df["answer in GRACE"].astype(str)
77
78
return df
79
0 commit comments