Download the unit 6 Resources
Welcome to UNIT 6 - Visualising Data Files. Here we explore how to deal with larger volumes of data with NUMPY which is a more efficient way to process and manage lists. We also look at how to graph data using Python MatPlotLib library, showing basic and more complex plotting options.
To understand and use NUMPY
Manipulating lists using NUMPY
Reading CSV files into NUMPY lists
To understand and use MATPlotLib basic plots
Creating graphs with two y-axis graphs
Putting multiple plots on the same figure
Creating line plots, histograms, piecharts and scatter plots.