df = pd.read_csv(r'D:\Germán\Desktop\Python Files\migration.csv') plt.bar(años, valores_esp, label='Hacia España', color='blue', alpha=0.3) plt.bar(años, valores ...
Must begin with a pandas DataFrame containing 'wide' data where: Every row represents a single period of time Each column holds the value for a particular category The index contains the time ...