Skip to main content

Libreria para extraccion de precios SNIIM

Project description

Autores:

  • MC. Rodolfo Lopez
  • Dr. Oscar de la Torre
  • Dr. Felipe Andoni

Descripcion:

  • Libreria para la extraccion de precios de granos, frutas y hortalizas del SNIIM.

Requerimientos:

  • pip install pymongo

Uso:

  • import sniimapp

Los parametros obligatorios para hacer una busqueda son el tipo de mecado granos, fyh, fecha inicial y fecha final:

  • sniim = sniimapp.SNIIM('granos', '2020-03-01', '2021-04-01')
  • sniim = sniimapp.SNIIM('fyh', '2020-03-01', '2021-04-01')

Se pueden utilizar los parametros de producto y origen para afinar la busqueda:

  • sniim = sniimapp.SNIIM('granos', '2020-03-01', '2021-04-01', 'Alubia')
  • sniim = sniimapp.SNIIM('granos', '2020-03-01', '2021-04-01', 'Alubia', 'Durango')

Una vez creado el objeto, se utiliza la funcion get_data() para obtener los datos:

  • data = sniim.get_data()

La funcion get_data() regresa un objeto cursor Mongo con el cual se puede interactur con los datos. Para mas informaciion sobre cursor Mongo visite Tools for iterating over MongoDB query results

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

sniimapp-0.0.34.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

sniimapp-0.0.34-py3-none-any.whl (3.2 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