https://github.com/andrew-geeks/online-grocery-prices-in-bangalore
Dataset of groceries which includes its daily price in the online market(Bangalore).
https://github.com/andrew-geeks/online-grocery-prices-in-bangalore
datascience machinelearning price-data price-tracker python vegetables
Last synced: 25 days ago
JSON representation
Dataset of groceries which includes its daily price in the online market(Bangalore).
- Host: GitHub
- URL: https://github.com/andrew-geeks/online-grocery-prices-in-bangalore
- Owner: andrew-geeks
- License: apache-2.0
- Created: 2022-06-18T06:24:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T06:33:42.000Z (over 1 year ago)
- Last Synced: 2025-05-06T00:15:17.745Z (6 months ago)
- Topics: datascience, machinelearning, price-data, price-tracker, python, vegetables
- Language: Python
- Homepage:
- Size: 6.95 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Historical Online grocery price dataset ~ Bengaluru(Bangalore), India

Dataset of grocery(vegetables) which includes its daily price📈,MRP,etc in an online site(Bangalore). These data can be helpful in data anaytics and for creating different machine learning models.
>Prices🏷️ are taken at daily basis. All datasets are stored in .csv format.
## Availabe datasets
* [Potato🥔](https://github.com/andrew-geeks/online-grocery-prices-in-Bangalore/blob/main/datasets/potato1kgprice_dataset.csv) _22-06-2022 onwards(price per kg)_.
* [Onion🧅](https://github.com/andrew-geeks/online-grocery-prices-in-Bangalore/blob/main/datasets/onion1kgprice_dataset.csv) _19-12-2022 onwards(price per kg)_.
* [Tomato🍅](https://github.com/andrew-geeks/online-grocery-prices-in-Bangalore/blob/main/datasets/tomato1kgprice_dataset.csv) _01-08-2023 onwards(price per kg)_.
* [Carrot🥕](https://github.com/andrew-geeks/online-grocery-prices-in-Bangalore/blob/main/datasets/carrot1kgprice_dataset.csv) _01-08-2023 onwards(price per kg)_.
## How are they mined?
We use Selenium library to scrape data from an online site(bigbasket) and store it in csv files. The process is simple and is automated🤖 using GitHub actions. The code runs at 12:00hrs IST in a daily basis. The code is open-source and can be reused. Citations required..
## Libraries Used
* Selenium
* webdriver_manager
* datetime
* csv
## Updates🆕↗️
>- ⚠️03-10-2023: Due to upgradation in source site, data of **September month is not available!** All issues are fixed and data scraping begins from 03-10-2023.
>- 🎯01-08-2023: 2 new datasets have been added!
>If you like these datasets, feel free to star🌟/fork🍴 this [repository](https://github.com/andrew-geeks/online-grocery-prices-in-Bangalore). Thank You🙏!