liwca.datasets.dictionaries.fetch_bigtwo

On this page

liwca.datasets.dictionaries.fetch_bigtwo#

liwca.datasets.dictionaries.fetch_bigtwo(*, version='a')[source]#

Fetch the big two (agency and communion) dictionary.

Parameters:

version ({"a", "b"}, default "a") – Which version to load. Version "a" is the “main” version (described in manuscript). Version "b" is the alternate version (described in Supplementary Information).

Returns:

Dictionary with "agency" and "communion" categories.

Return type:

pandas.DataFrame

Notes

This dictionary is described in Pietraszkiewicz et al.[1] and publicly available along with other resources on OSF[2].

References

Examples

>>> from liwca.datasets import dictionaries
>>> dx = dictionaries.fetch_bigtwo()
>>> dx = dictionaries.fetch_bigtwo(version="b")