A package to retrieve data from the Guindex project.
Project description
Guindex Package
This package retrieves data from the Guindex project for various end-uses. The Guindex is a community data-collection project that tracks the price of pints of Guinness in pubs across the Republic of Ireland. More information on the Guindex project is available here.
Installation
This package can be installed through pip install guindex.
Quick Start Examples:
Below are some examples of using the package:
- Return a Pandas DataFrame that has all of the pubs from the Guindex
project:
import guindex pubs_df = guindex.pubs() - Return a Pandas DataFrame that has all open pubs from county Wicklow that
have
a price of Guinness submitted:
import guindex pubs_df = guindex.pubs(county="Wicklow", closed=False, with_prices=True) - Return a Pandas DataFrame that has all of the Guinness prices that have
been submitted to the Guindex:
import guindex pints_df = guindex.pints()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file guindex-0.0.3.tar.gz.
File metadata
- Download URL: guindex-0.0.3.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d220cb237772e4b3664d471736fbc17baf8a05c5734ebd9aeb5c76c4ad2de5d
|
|
| MD5 |
7a7cbf44c97aa1f123888ac3a17a9c39
|
|
| BLAKE2b-256 |
2be150dad50d37654c03f402c92dd5e7affbd448a0dba18b79cfbf9ed842af10
|
File details
Details for the file guindex-0.0.3-py3-none-any.whl.
File metadata
- Download URL: guindex-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb6078f0b6edc8515f4a2dab3b5592b1afdab3425901b5522008b2072ae5ee19
|
|
| MD5 |
ff258b23509d0222e10e4a5ec0e38571
|
|
| BLAKE2b-256 |
eb8772cb80486ddc7c2f0cb0672bdaee0c1bf9af9ede64c0f9046012aa91a9b4
|