Skip to content

apoorvav-github/made-template-fau

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise Badges

Methods of Advanced Data Engineering Project

This project provides some structure for your open data project in the MADE module at FAU. This repository contains (a) a data science project that is developed by the student over the course of the semester, and (b) the exercises that are submitted over the course of the semester. Before you begin, make sure you have Python and Jayvee installed. We will work with Jupyter notebooks. The easiest way to do so is to set up VSCode with the Jupyter extension.

Project Work

Main Question:

How is temperature change impacting the crop yield over the years and if there is any pattern that can be realized by visualization?

Description:

The project aims to explore and understand the relationship between temperature change and crop yield in Ireland. Understanding this relationship is crucial for following reasons:

  1. Selecting the appropriate crops can help to improve the overall yield.
  2. Increases awareness of temperature impact on crops.

Datasources:

Datasource1: Temperature change countrywise

The CSV file contains temperature change data for Ireland from 1961 to 2023

Datasource2: Crop Yield (2008 - 2023) - Ireland

The CSV file contains data of crop yield in Ireland.

Exporting a Jupyter Notebook

Jupyter Notebooks can be exported using nbconvert (pip install nbconvert). For example, to export the example notebook to html: jupyter nbconvert --to html examples/final-report-example.ipynb --embed-images --output final-report.html

About

Template repository for the Methods of Advanced Data Engineering course at FAU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%