pin_download
boards.BaseBoard.pin_download(name, version=None, hash=None)Download the files contained in a pin.
This method only downloads the files in a pin. In order to read and load pin data as an object (e.g. a pandas DataFrame), use pin_read.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| name | Pin name. | required | |
| version | A specific pin version to retrieve. | None |
|
| hash | A hash used to validate the retrieved pin data. If specified, it is compared against the pin_hash field retrieved by pin_meta. |
None |