Waultics/coinmarketcap-history

After saved history as 'bitcoin_history.csv' then can't read_csv

CyberFork opened this issue · 2 comments

import pandas as pd
pd.read_csv(r'..\bitcoin_history.csv')
error:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

Could you paste/uplouad the output of bitcoin_history.csv file in here? Seems like the file is corrupted.

Closing due to lack of reply.