Quando utilizo o mesmo código utilizado pelo professor para geração do boxplot, o retorno é o seguinte erro:
matplotlib.axes.subplots.AxesSubplot at 0xe378048> Error in callback <function postexecute at 0x000000000B6B4F98> (for post_execute):
ValueErrorTraceback (most recent call last) C:\Users\Pedro\Anaconda3\envs\alura_pandas\lib\site-packages\matplotlib\pyplot.pyc in post_execute() 147 def post_execute(): 148 if matplotlib.is_interactive(): --> 149 draw_all() 150 151 # IPython >= 2
C:\Users\Pedro\Anaconda3\envs\alura_pandas\lib\site-packages\matplotlib_pylab_helpers.pyc in draw_all(cls, force) 134 for f_mgr in cls.get_all_fig_managers(): 135 if force or f_mgr.canvas.figure.stale: --> 136 f_mgr.canvas.draw_idle() 137 138 atexit.register(Gcf.destroy_all) ... ... ... ... ValueError: matplotlib display text must have all code points < 128 or use Unicode strings
Um erro similiar ocorre ao tentar rodar o distplot.
Como posso prosseguir?
Obrigado!