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.3.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

guindex-0.0.3-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

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