Coder Social home page Coder Social logo

test_raizen's Introduction

Test_Raizen

Ambiente de Teste Criado: Airflow: vps.tischool.net:8080 Jupyter: vps.tischool.net:8888

desafio:

ANP Fuel Sales ETL Test

This test consists in developing an ETL pipeline to extract internal pivot caches from consolidated reports made available by Brazilian government's regulatory agency for oil/fuels, ANP (Agência Nacional do Petróleo, Gás Natural e Biocombustíveis).

The raw file can be found here.

Goal

This xls file has some pivot tables like this one:

Pivot Table

The developed pipeline is meant to extract and structure the underlying data of two of these tables:

  • Sales of oil derivative fuels by UF and product
  • Sales of diesel by UF and type

The totals of the extracted data must be equal to the totals of the pivot tables.

Schema

Data should be stored in the following format:

Column Type
year_month date
uf string
product string
unit string
volume double
created_at timestamp

Remember to define a convenient partitioning or indexing schema.

Closing Remarks

Use the tools and technologies of your choice - preferably in Python - and store the code in GitHub. Seize this opportunity to demonstrate your skills in some data pipeline orchestration framework and containerization technology! Also, remember to add steps to your pipeline to check whether the extracted data is consistent with the consolidated values on raw tables.

Good luck!

test_raizen's People

Contributors

wfernandes21 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.