scunning1975 / mixtape

Data and Program files for Causal Inference: The Mixtape
Other
385 stars 217 forks source link

clean up unused imports in python version #25

Closed epogrebnyak closed 1 year ago

epogrebnyak commented 3 years ago
import numpy as np 
import pandas as pd 
import statsmodels.api as sm 
import statsmodels.formula.api as smf 
from itertools import combinations 
import plotnine as p

Not every script uses every import, so possible to remove unused import and free some space. Can make a PR for this.

kylebutts commented 3 years ago

Would be greatly appreciated!