Giter Club home page Giter Club logo

37c3-destatis's Introduction

๐Ÿ“Š GIRLS JUST WANNA HAVE SOME STATS

Welcome to today's workshop! This page will guide you through the Destatis workshop at 37c3, Day 4.

Prerequisites

  • This workshop requires beginner programming/data analysis skills: You should have an editor of your choise set up, and be able to do basic things like read in a csv file.
  • The workshop materials use Python 3.

Preparation steps

Account registration for API access

  • To access the Destatis API, you'll need to registeer an account.

Repository download

  • Clone or download this repository to your local machine.
    • Git Clone: Use git clone. Learn how to do this here.
    • GitHub Download: Go to the GitHub page, click the green "Code" button, then "Download ZIP".
    • If unfamiliar with Git, simply ensure you download and extract the files to your computer.

Configuration file setup

  • Duplicate the config/login_example.yaml file.
  • Rename the duplicate to config/login.yaml.
  • Enter your Destatis login credentials in this file.

Environment and Package Installation

  • (Optional) Set up a virtual environment for package management.
  • Install required packages using pip: Run pip install -r requirements.txt in your terminal or command prompt.

Try out

Try out the notebook to look at pay by gender!

  • Notebook Name: get_data.ipynb
  • Open and run the notebook to try out the workshop material. This notebook is designed to guide you through the process of fetching data using the API.

Explore ๐Ÿš€

Discover data attributes in Destatis:

  • Use the Destatis Online Search to look for specific attributes, like geschlecht.

    • You can get lists of tables directly from the notebook, but the website is more user-friendly for getting an overview.
    • This search will provide an overview of tables containing the searched variable. Note down the table ID numbers for API interactions.
  • The API handbook will be your friend.

Notes

  • Compatibility: This code has been tested using Python version 3.10.9.
  • For any questions, clarifications, or feedback regarding the workshop content, feel free to raise your hand or contact me afterwards!

37c3-destatis's People

Contributors

surdina avatar ritzvanille 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.