<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Visualize Data with pandas :: Data Analysis Curriculum</title><link>https://education.launchcode.org/data-analysis-curriculum/eda-with-pandas/reading/visuals-with-pandas/index.html</link><description>The pandas library works in conjuction and is able to integrate other libraries very easily. One of those libraries is Matplotlib, which is a library used to visualize the data that you are working with.
Installation pip install matplotlib Importing # best practice is to import matplotlib as mpl import matplotlib as mpl # best practice is to import matplotlib.pyplot as plt import matplotlib.pyplot as plt Note Pyplot is a submodule of the matplotlib library for Python. Often times importing pyplot is enough and the need to import the entire matplotlib library is not necessary.</description><generator>Hugo</generator><language>en-us</language><lastBuildDate/><atom:link href="https://education.launchcode.org/data-analysis-curriculum/eda-with-pandas/reading/visuals-with-pandas/index.xml" rel="self" type="application/rss+xml"/></channel></rss>