I am having an issue with seaborn
in the sublime text editor.
import pandas as pd
import seaborn as sns
data = pd.read_csv('train.csv')
sns.factorplot('Sex', data=data)
Here is the error:
Error
File "C:Anacondalibsite-packages
umpycore\_methods.py", line 73, in _mean
ret = ret / rcount
TypeError: unsupported operand type(s) for /: 'str' and 'long'
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…