juliandehne
juliandehne
Thank you for providing this nice library. I am using it in a scientific project for twitter analysis. However, the db inserts seem to slow down a lot after a...
fixes error: ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding' (/usr/local/lib/python3.8/dist-packages/django/utils/encoding.py) when using django version > 3.
ZeroDivisionError Traceback (most recent call last) /tmp/ipykernel_6164/2664903596.py in 21 df_single_title = df_rel[df_rel["grouped_titles"] == title] 22 if len(df_single_title.index) > 1: ---> 23 s_dorf = simpledorff.calculate_krippendorffs_alpha_for_df(df_single_title,experiment_col='grouped_titles', 24 annotator_col='mod_coder_id', 25 class_col='u_mod_rating') ~/PycharmProjects/delab/venv/lib/python3.10/site-packages/simpledorff/simpledorff.py in...