liwca.fetch_bigtwo#

liwca.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

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