
#Pandas serise vstack download#
The unabridged dataset is available for download here. These columns are discussed below when we first load the data. To make this dataset more manageable for our purposes, this has been reduced to 19 columns that include core mission information and bombing data.

The original, full-version of the dataset consists of 62 columns of information digitized from the paper forms. The THOR data dictionary provides detailed information on the structure of the dataset.įor this tutorial, we’ll use a modified version of the WWII THOR dataset. This information can include the mission date, takeoff and target locations, the target type, aircraft involved, and the types and weights of bombs dropped on the target. THOR is made publicly available through a partnership between the US Department of Defense and data.world.Įach row in the THOR dataset contains information on a single mission or bombing run. The records were compiled from declassified documents by Lt.

The Theater History of Operations Reports (THOR) lists aerial bombing operations during World War I, World War II, the Korean War, and the Vietnam War undertaken by the United States and Allied Powers. To reach these goals, we’ll work through a variety of visualization examples using THOR, a dataset that describes historical bombing operations. Add varying types of interactivity to your visualizations.Visualize quantitative, categorical, and geographic data for web display.Perform basic data manipulation, such as aggregating and sub-sampling raw data.Specifically, we will work through visualizing and exploring aspects of WWII bombing runs conducted by Allied powers.Īt the end of the lesson you will be able to:
#Pandas serise vstack how to#
In this tutorial, you will learn how to do this in Python by using the Bokeh and Pandas libraries. The ability to load raw data, sample it, and then visually explore and present it is a valuable skill across disciplines. Time-Series and Annotations: Bombing Operations over Time.Stacked Bar Charts and Sub-sampling Data: Types of Munitions Dropped by Country.Categorical Data and Bar Charts: Munitions Dropped by Country.

Bokeh and Pandas: Exploring the WWII THOR Dataset.Creating a Python 3 Virtual Environment.
