The original dataset: Emotions
The derived dataset was machine translated from English into Latvian using the free Google Translate API (with deep-translator). It also contains an additional labels_ekman column that maps the original emotion classes to the Paul Ekman's classification.
The translation script:
import pandas as pd
from deep_translator import GoogleTranslator
from deep_translator.exceptions import TranslationNotFound