Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern authored Mar 1, 2024
1 parent 4cf9eae commit cf73f38
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pyRdatasets
[![PyPi Version](https://img.shields.io/pypi/v/rdatasets.svg)](https://pypi.python.org/pypi/rdatasets/)

[![Anaconda-Server Badge](https://anaconda.org/conda-forge/rdatasets/badges/version.svg)](https://anaconda.org/conda-forge/rdatasets)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/rdatasets/badges/downloads.svg)](https://anaconda.org/conda-forge/rdatasets)

pyRdatasets is a collection of 2264 datasets taken from https://github.com/vincentarelbundock/Rdatasets.
The datasets were extracted from various R packages and stored as gzip packed pickle files in pandas DataFrame structure.
Expand All @@ -13,6 +14,10 @@ All 2264 data records are already included in the package (no internet connectio
```
pip install rdatasets
```
or
```
conda install conda-forge::rdatasets
```

## Usage

Expand Down

0 comments on commit cf73f38

Please sign in to comment.