From the course: Data Cleaning and Manipulating with Python in Excel
Unlock this course with a free trial
Join today to access over 25,400 courses taught by industry experts.
Creating charts
From the course: Data Cleaning and Manipulating with Python in Excel
Creating charts
- [Instructor] Just think, how many times have you tried to convey a message to a stakeholder, and they simply couldn't understand it? Being able to visualize their data is a skill many people underestimate. In this video, we will discuss the importance of data visualization. We will also learn how Python's abilities can help customize our visuals to the way we want them. And finally, we'll create a bar and line chart to see how the Python code is similar and different. This is going to be a pretty fun one, so let's get right into it. So let's open up the exercise file for this video. We'll use the Chapter 4 04_03 tab. Okay, so we got some data here with a date column and revenue. And like I said, there's going to be two things I want to do here. I want to create a bar chart of this information as well as a line chart. Now for this, I have the code already set up here. So let me go up to here. We are in E5. Go to Insert Python, and let me post the code right here and drag this down…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.