Bhawna4tech / csv-column-fetch

Python app hosted on HerokuApp to fetch particular column data of a csv file to other csv file. (Fetching Pump Name and Diesel Price of a csv file) http://csv-cols-fetch.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-column-fetch

Python app hosted on HerokuApp to fetch particular column data of a csv file to other csv file. (Fetching Pump Name and Diesel Price of a csv file) [https://csv-cols-fetch.herokuapp.com ] (https://csv-cols-fetch.herokuapp.com)

Python app, which can easily be deployed to Heroku.

This application supports the Getting Started with Python on Heroku article - check it out.

Deploying to Heroku

$ heroku create
$ git push heroku master

$ heroku run python main.py migrate
$ heroku open

or

Deploy

Documentation

For more information about using Python on Heroku, see these Dev Center articles:

About

Python app hosted on HerokuApp to fetch particular column data of a csv file to other csv file. (Fetching Pump Name and Diesel Price of a csv file) http://csv-cols-fetch.herokuapp.com


Languages

Language:Python 56.3%Language:HTML 43.7%