Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandregazagnes/rica-analysis
This repository contains the code to download, analyse, and modelize the RICA dataset from the french ministry of agriculture.
https://github.com/alexandregazagnes/rica-analysis
analysis argiculture business data data-analysis data-analytics food python
Last synced: 6 days ago
JSON representation
This repository contains the code to download, analyse, and modelize the RICA dataset from the french ministry of agriculture.
- Host: GitHub
- URL: https://github.com/alexandregazagnes/rica-analysis
- Owner: AlexandreGazagnes
- License: gpl-3.0
- Created: 2024-01-23T13:42:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T11:44:25.000Z (7 months ago)
- Last Synced: 2024-10-12T04:47:29.246Z (about 1 month ago)
- Topics: analysis, argiculture, business, data, data-analysis, data-analytics, food, python
- Language: Jupyter Notebook
- Homepage:
- Size: 3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ![Python](https://img.shields.io/badge/python-3.10.x-green.svg) ![Repo Size](https://img.shields.io/github/repo-size/Sulstice/global-chem) [![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/) [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) ![Coverage](./.assets/cov.svg) ![CI](https://github.com/AlexandreGazagnes/Global-Biodiversity-Score/actions/workflows/ci.yaml/badge.svg)
# rica-analysis @unilasalle
## Description
This repository contains the code to download, analyse, and modelize the RICA dataset from the french ministry of agriculture.
Please find more information about the dataset [here](https://www.data.gouv.fr/en/).
## Installation
Using *poetry* (higly recommended) :
```bash
poetry install
```Using *pip/venv* :
```bash
python -m venv .venv
source .venv/bin/activate
pip install -r .utils/requirements.txt
```## Usage
Using *poetry* (higly recommended) :
```bash
poetry shell
```Using *pip/venv* :
```bash
source .venv/bin/activate
```Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information.
## Contributing
Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for more information.
## Documentation
Please visti the [documentation](https://alexandregazagnes.github.io/rica-analysis) for more information.
## License
This project is licensed under the GNU GPLv3 License - see the [LICENSE.md](LICENSE.md) file for details
## Authors
Alexandre Gazagnes :
- github : [alexandregazagnes](https://github.com/AlexandreGazagnes)
- linkedin : [alexandre-gazagnes](https://www.linkedin.com/in/alexandregazagnes/)
- twitter : [AlexGazagnes](https://twitter.com/Alex_Gazagnes)