Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
forhonourlx opened this issue Feb 3, 2018 · 2 comments

Comments

@forhonourlx
Copy link

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
Copy link
Owner

lefnire commented Feb 3, 2018

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
Copy link
Author

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

@lefnire lefnire closed this as completed Feb 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants