This is a sample project that works with poetry. We analyze oil and gas price data provided by kaggle.com and build a forecasting model.
The data was provided here in form of a Kaggle challenge.
This projects contains the following directories / files:
exploratory
: Contains a Jupyter notebook with a first analysis of the oil and gas price data.src
: Supplementary code, e.g. for visualizations.tests
: Tests on code functionality and correctness.poetry.lock
,pyproject.toml
: Necessary poetry files.