Created
August 19, 2019 15:36
-
-
Save arjay55/2e4aa1fdce14cce4a3d5ab351b0f2925 to your computer and use it in GitHub Desktop.
Filling_nans1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dfrel.loc[:, 'inflation'].interpolate( | |
method='linear', limit_area='inside').dropna().to_csv('inflation_actual_f.csv', header=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment