{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "0e1a6b29", "metadata": {}, "outputs": [], "source": [ "import pandas as pd" ] }, { "cell_type": "code", "execution_count": 3, "id": "e1144184", "metadata": {}, "outputs": [], "source": [ "url = \"https://github.com/marcoguerini/CONAN/raw/master/Multitarget-CONAN/Multitarget-CONAN.csv\"\n", "\n", "df = pd.read_csv(url, index_col=[0])" ] }, { "cell_type": "code", "execution_count": 4, "id": "8ec0dfff", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | HATE_SPEECH | \n", "COUNTER_NARRATIVE | \n", "TARGET | \n", "VERSION | \n", "
---|---|---|---|---|
INDEX | \n", "\n", " | \n", " | \n", " | \n", " |
0 | \n", "Maybe the UN could talk to those asian and afr... | \n", "You're right, ocean pollution is one of the ma... | \n", "other | \n", "V1 | \n", "
1 | \n", "‘Juice (Jews) are worse that nukes.’ Caption t... | \n", "You'd rather be nuked then? | \n", "JEWS | \n", "V1 | \n", "
2 | \n", "Foreigners on UK benefits leaps 41% in 5 years... | \n", "You seem to be worried about government expend... | \n", "MIGRANTS | \n", "V1 | \n", "
3 | \n", "Jews cannot be patriots, since their allegianc... | \n", "You can have parents and grandparents born els... | \n", "JEWS | \n", "V1 | \n", "
4 | \n", "Israel, Zionism and Jewish Supremacist control... | \n", "Wouldn't you say its colonialism from many dif... | \n", "JEWS | \n", "V1 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
4998 | \n", "Woman are basically childlike. | \n", "They are not childlike and are capable of grea... | \n", "WOMEN | \n", "V6_mix | \n", "
4999 | \n", "women should be submissive to men. | \n", "There are many women who want to be \"submissiv... | \n", "WOMEN | \n", "V6_mix | \n", "
5000 | \n", "Women are essentially childlike, unable to und... | \n", "Maybe you should try talking to a woman instea... | \n", "WOMEN | \n", "V6_mix | \n", "
5001 | \n", "Women should be submissive to men. | \n", "Women are human beings deserving respect and e... | \n", "WOMEN | \n", "V6_mix | \n", "
5002 | \n", "Women should not be allowed to vote, this is a... | \n", "I don't think that a country can be 'male domi... | \n", "WOMEN | \n", "V6_mix | \n", "
5003 rows × 4 columns
\n", "