krank.tables.fetch_niederhoffer2017#
- krank.tables.fetch_niederhoffer2017(table, version=None, load=True, **kwargs)#
Niederhoffer et al., 2017, CLPsych, In your wildest dreams: the language and psychological features of dreams doi:10.18653/v1/W17-3102
PDF available at https://aclanthology.org/W17-3102.pdf
Parameters#
- tablestr
Name of table to fetch.
- versionstr or None
Name of version. If
None
(default), fetches the latest version.- loadbool or callable
If
False
(default), fetch the file and return the local filepath. IfTrue
, fetch the file and load it as apandas.DataFrame
. If a callable, fetch the file an load it with the custom callable.- **kwargsdict, optional
Additional keyword arguments are passed to
pooch.retrieve()
.
Returns#
- str or
DataFrame
Path of retrieved file if
load
is False, orpandas.DataFrame
ifload
is True.
Notes#
I corrected a typo in Table 2 (
plave
->plane
). The correct spelling is “plane”, as you can see it in the corresponding Topic in Appendix A.