Playback speed
×
Share post
Share post at current time
0:00
/
0:00

Paid episode

The full episode is only available to paid subscribers of Milan's Data Science Insights

Bombing Campaigns of the Vietnam War

Bombing Campaigns of the Vietnam War

1. Imports, setting up, data sources, data preparation

import os
import pandas as pd
import geopandas as gpd
from shapely.geometry import Point
import matplotlib.pyplot as plt
import contextily as ctx
import numpy as np
import matplotlib.colors as mcolors
from shapely.geometry import box
import geopandas as gpd


cmap = mcolors.LinearSegmentedColormap.fr…

This post is for paid subscribers