问题说明
我使用了seaborn 画图,加载数据的时候出现了下面的这个错误提示:
IndexError: single positional indexer is out-of-bounds
我先按照seaborn 给的教程试了一下,竟然出错了,它的教程是这么弄的
import seaborn as sns; sns.set()
import matplotlib.pyplot
我使用了seaborn 画图,加载数据的时候出现了下面的这个错误提示:
IndexError: single positional indexer is out-of-bounds
我先按照seaborn 给的教程试了一下,竟然出错了,它的教程是这么弄的
import seaborn as sns; sns.set()
import matplotlib.pyplot