barrett2020

barrett2020#

Barrett, 2020, Dreaming Dreams about COVID-19 versus normative dreams: Trends by gender doi: 10.1037/drm0000149

Zenodo deposit: 10.5281/zenodo.11300322

Available tables#

  • table1 — Female Pandemic Survey Dreams Versus Hall and Van de Castle Female Normative Dreams.

  • table2 — Male Pandemic Survey Dreams Versus Hall and Van de Castle Male Normative Dreams.

Preview#

import extracts

df = extracts.fetch_barrett2020("table1")
df.head()
Downloading file 'table1.tsv' from 'doi:10.5281/zenodo.11300322/table1.tsv' to '/home/runner/.cache/extracts/barrett2020'.
Pandemic M Pandemic SD Normative M Normative SD t p
LIWC category and content examples
Positive emotions: love, nice, sweet 1.11 1.82 1.48 1.52 4.64 <.0001***
Negative emotions: hurt, ugly, nasty 2.31 3.32 1.40 1.47 9.14 <.0001***
Anxiety: worried, fearful, nervous 0.76 2.20 0.46 0.74 5.05 <.0001***
Anger: hate, furious, annoyed 0.42 1.32 0.31 0.64 2.66 .0078**
Sadness: crying, grief, sad 0.46 1.37 0.27 0.63 4.55 <.0001***
df.shape
(9, 6)

Versions#

from extracts._common import DATASETS

DATASETS["barrett2020"]
{'latest': '11300322', 'v1': '11300323', 'v2': '11355831', 'v3': '11357746'}

Notes#

Table 2 has “male” in the column names, but Table 1 does not have “female” in the same respective location. Note that Table 1 is female-only values.