Skip to content

Instantly share code, notes, and snippets.

View arjay55's full-sized avatar

Arjeus Guevarra arjay55

View GitHub Profile
@arjay55
arjay55 / Filling_nans1.py
Created August 19, 2019 15:36
Filling_nans1
dfrel.loc[:, 'inflation'].interpolate(
method='linear', limit_area='inside').dropna().to_csv('inflation_actual_f.csv', header=True)
@arjay55
arjay55 / Data_Preparation1.py
Created August 19, 2019 13:56
Data Preparation1
dfrel=pd.read_csv('fin_normdataset.csv',parse_dates=True,index_col=0)
dfrel