728x90
line-charts
-
캐글 data_visualization/02-line-charts<Kaggle-Course> 2023. 3. 17. 16:47
from pandas.plotting import register_matplotlib_converters register_matplotlib_converters() # Set the width and height of the figure plt.figure(figsize=(16,6)) # Line chart showing how FIFA rankings evolved over time sns.lineplot(data=fifa_data)