Skip to content

Instantly share code, notes, and snippets.

import pandas as pd
import re
# I had to read in the release data, and specify the column names beforehand
# so that Pandas would understands how many columns we should see in the data
# and what to call them.
release = pd.read_csv(input,
usecols= column_names).rename(
columns=