Skip to main content

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:

  1. Return a Pandas DataFrame that has all of the pubs from the Guindex project:
    import guindex
    
    pubs_df = guindex.pubs()
    
  2. 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)
    
  3. 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


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)

Uploaded Source

Built Distribution

guindex-0.0.1-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

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

Hashes for guindex-0.0.1.tar.gz
Algorithm Hash digest
SHA256 9d2ed0da50e901d1573602bed6c3bcea9211fe59aa5c4195e9bc4725b6f7bc55
MD5 feda060d5b82b0340557094da27227ab
BLAKE2b-256 9b7062d90219848cda10c26fdec94dc2aea28bb3e93a5158ef1f2d48493669cf

See more details on using hashes here.

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

Hashes for guindex-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3f72dbe7311f3401e5efdd9269b0a9416f2e1b46a4ce30657578e1e46b4d9142
MD5 4f8a3ea124a18ff16dbb2af9cce51dc2
BLAKE2b-256 b7f77d8a08c6ccf561f07ceb09b345987e441f35219857b284d6c9983364f033

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page