Skip to content

Commit

Permalink
List all datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Aug 27, 2024
1 parent 4b5b054 commit 99abf12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions audpsychometric/core/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,17 @@ def list_datasets():
dataframe listing available datasets
Examples:
>>> list_datasets().head()
>>> list_datasets()
fname ... description
dataset ...
statology statology.csv ... icc sample from web page
hallgren-table5 Hallgren-Table-05.csv ... icc table from publication
hallgren-table3 Hallgren-Table-03.csv ... kappa table from publication
HolzingerSwineford1939 HolzingerSwineford1939.csv ... lavaan
Shrout_Fleiss Shrout_Fleiss_1979.csv ... Dataset from paper
wine wine.csv ... online source
<BLANKLINE>
[5 rows x 4 columns]
[6 rows x 4 columns]
""" # noqa: E501
df_data_sets = data_sets.set_index("dataset")
Expand Down

0 comments on commit 99abf12

Please sign in to comment.