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
guindex-0.0.1.tar.gz
(6.8 kB
view details)
Built Distribution
File details
Details for the file guindex-0.0.1.tar.gz
.
File metadata
- Download URL: guindex-0.0.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d2ed0da50e901d1573602bed6c3bcea9211fe59aa5c4195e9bc4725b6f7bc55 |
|
MD5 | feda060d5b82b0340557094da27227ab |
|
BLAKE2b-256 | 9b7062d90219848cda10c26fdec94dc2aea28bb3e93a5158ef1f2d48493669cf |
File details
Details for the file guindex-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: guindex-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f72dbe7311f3401e5efdd9269b0a9416f2e1b46a4ce30657578e1e46b4d9142 |
|
MD5 | 4f8a3ea124a18ff16dbb2af9cce51dc2 |
|
BLAKE2b-256 | b7f77d8a08c6ccf561f07ceb09b345987e441f35219857b284d6c9983364f033 |