Git Product home page Git Product logo

nsdapmembers.bundestag's Introduction

Introduction

This project provides data and visualization on the representation of former members of the National Socialist German Workers' Party (NSDAP) in the German Bundestag (Federal Parliament) during the Federal Republic of Germany.

Publication

This project, coding documentation and all of its plots are published in a bookdown format, available at the following URL:

https://danielkuhlen.github.io/nsdapmembers.bundestag/

The bookdown format allows for a more comprehensive and interactive presentation of the data and results, making it easier to understand and explore the findings.

Data

The data on the representation of former NSDAP members in the German Bundestag is available in csv format at the following URL: https://github.com/danielkuhlen/nsdapmembers.bundestag/blob/master/btmembernazi.csv

Downloading the Data in R

To download the dataset in R, you can use the read.csv function from the base R library.

Here is an example of how to use the read.csv function to download the data:

nsdap_data <- read.csv("https://raw.githubusercontent.com/danielkuhlen/nsdapmembers.bundestag/master/btmembernazi.csv")

Downloading the Data in Python

In Python, you can use the pandas library to download and read the csv file. To do this, you can use the read_csv function from the pandas library.

Here is an example of how to use the read_csv function to download the data in Python:

import pandas as pd

nsdap_data = pd.read_csv("https://raw.githubusercontent.com/danielkuhlen/nsdapmembers.bundestag/master/btmembernazi.csv")

Downloading the Data in Stata

In Stata, you can use the import delimited command to download and read the csv file. Here is an example of how to use the import delimited command to download the data in Stata:

import delimited "https://raw.githubusercontent.com/danielkuhlen/nsdapmembers.bundestag/master/btmembernazi.csv", clear

Citation

If you use this repository or its contents in your work, please cite it as follows:

Kuhlen, Daniel. (2023). nsdapmembers.bundestag: Data and visualization on the representation of former NSDAP members in the German Bundestag. GitHub repository. https://github.com/danielkuhlen/nsdapmembers.bundestag

nsdapmembers.bundestag's People

Contributors

danielkuhlen avatar

Stargazers

 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.