Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bashtage
bashtage / dump_api.py
Created June 6, 2019 20:37
Statsmodels release tool
"""
Dumps the complete statsmodels API to an Excel sheet
for use in preparing release
"""
import datetime as dt
import os
import pkgutil
import pandas as pd
from github import Github