Using pandas to plot data in Python

In this series of articles on Python-based plotting libraries, we[he]#039[/he]re going to look at an example of making plots using pandas, the hugely popular Python data manipulation library. Pandas is a standard tool in Python for scalably transforming data, and it has also become a popular way to import and export from CSV and Excel formats.

Source: LXer – Using pandas to plot data in Python