lefnire / tforce_btc_trader

TensorForce Bitcoin Trading Bot
http://ocdevel.com/podcasts/machine-learning/26
GNU Affero General Public License v3.0
814 stars 234 forks source link

SyntaxError: invalid syntax in df = pd.read_csv(f'./bitcoin-historical-data/{filename}.csv') #12

Closed forhonourlx closed 6 years ago

forhonourlx commented 6 years ago

File "kaggle.py", line 30 df = pd.read_csv(f'./bitcoin-historical-data/{filename}.csv') ^ SyntaxError: invalid syntax

Could somebody give me a hand? Thanks.

lefnire commented 6 years ago

You on python 3.6+? New template string syntax. If not, install Anaconda, create a virtual env for 3.6 to use with this project.

forhonourlx commented 6 years ago

Understood. I was on python3.5. Anaconda then. Thank you.