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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for guindex-0.0.3.tar.gz
Algorithm Hash digest
SHA256 9d220cb237772e4b3664d471736fbc17baf8a05c5734ebd9aeb5c76c4ad2de5d
MD5 7a7cbf44c97aa1f123888ac3a17a9c39
BLAKE2b-256 2be150dad50d37654c03f402c92dd5e7affbd448a0dba18b79cfbf9ed842af10

See more details on using hashes here.

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

Hashes for guindex-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 eb6078f0b6edc8515f4a2dab3b5592b1afdab3425901b5522008b2072ae5ee19
MD5 ff258b23509d0222e10e4a5ec0e38571
BLAKE2b-256 eb8772cb80486ddc7c2f0cb0672bdaee0c1bf9af9ede64c0f9046012aa91a9b4

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