This repository contains the data and code introduced in the paper "CrowS-Pairs: A Challenge Dataset for Measuring Social Biases in Masked Language Models" (EMNLP 2020).
Pandas 2.0.0 (April 3, 2023) have removed deprecated Series.append(), DataFrame.append() methods, and concat() should be used instead.
I'd like to suggest specifying the pandas version you used in requirements.txt to avoid errors (AttributeError: 'DataFrame' object has no attribute 'append')!
Hi,
Pandas 2.0.0 (April 3, 2023) have removed deprecated Series.append(), DataFrame.append() methods, and concat() should be used instead.
I'd like to suggest specifying the pandas version you used in
requirements.txt
to avoid errors (AttributeError: 'DataFrame' object has no attribute 'append'
)!