Looks like you’re on OS X. Append this to your ~/.bash_profile
:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
And then run:
$ source ~/.bash_profile
Now try import pandas
.
Looks like you’re on OS X. Append this to your ~/.bash_profile
:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
And then run:
$ source ~/.bash_profile
Now try import pandas
.