yfe404 / deep-crypto-unicorn-disruptive-fintech

Geospatial deep learning tool for unicorn feeding
1 stars 0 forks source link

Fill missing values #7

Closed yfe404 closed 7 years ago

yfe404 commented 7 years ago

https://github.com/yafeunteun/algo-trading/blob/master/machine-learning-trading/manipulating-financial-data/incomplete-data.org

maxmouchet commented 7 years ago

Relevant code:

def fill_missing_values(df): """Fill any gaps in the data, in place""" df.fillna(method='ffill', inplace='TRUE') return df.fillna(method='backfill', inplace='TRUE')

maxmouchet commented 7 years ago
jbtrystram commented 7 years ago

fix : https://github.com/yafeunteun/deep-crypto-unicorn-disruptive-fintech/commit/6f2f438c5ea9ae4207ec6a2d201a62c07771eb0c