OpenPyXL - Creating Line Charts in Excel Workbooks with Python | Data Automation

preview_player
Показать описание
This video demonstrates how to create line charts using the Openpyxl Python library. I use Anaconda's Jupyter Lab interface.

😄 Please consider supporting this channel and making this content possible:

00:00 :: Reviewing the Excel Workbook & Data + import load_workbook
00:42 :: importing LineChart, Reference
01:02 :: Creating the LineChart & Reference objects + reviewing arguments
02:42 :: Adding titles
03:27 :: Adding data to the chart object with add_data
04:15 :: Adding the chart to the worksheet with add_chart
05:15 :: Overview

#data #PythonExcelTutorial #openpyxl #DataAutomation #python #pythontutorial #excel #pythonautomation #pythonprogramming #linechart #excelchartstutorial #excelcharts #excelchart #jupyterlab
Рекомендации по теме
Комментарии
Автор

super, I hope you keep posting these videos
it would be nice to have some on pd/Excel formula interaction as well if possilbe
thanks

StefanoVerugi
Автор

Thank you for the video. Do you know how to change the label color in your chart?

tigerbojiteol
Автор

Any idea if it's possible to filter the data that goes in the chart? I mean plotting only scores above some arbitrary value.

PedroMontuenga
Автор

how to do it for 2 rows and n columns?

kunalsalunkhe