-
캐글 data_visualization/02-line-charts<Kaggle-Course> 2023. 3. 17. 16:47728x90
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)
728x90'<Kaggle-Course>' 카테고리의 다른 글
캐글 data_visualization/04-scatter-plots (0) 2023.03.17 캐글 data_visualization/03-bar-charts-and-heatmaps (0) 2023.03.17 캐글 data_visualization/01-hello-seaborn (0) 2023.03.17 캐글 data_cleaning/05-inconsistent-data-entry (0) 2023.03.16 캐글 data_cleaning/04-character-encoding (0) 2023.03.16