An automation program to plot data with different visualisations by user selections.
Open directory terminal, using following command or directly install inside the Jupyter Notebook (included) to download necessary packages for project execution:
!pip install chart_studio
!pip install cufflinks
Open the Jupyter Notebook file under Plotter.ipynb
- User choose the way they want data to be create:
- Inspecting the first 5 rows of the dataframe using
head()
function:
- Selecting the number of columns they want to plot (whole table/selected columns only) and plot types:
- Output: (Line Plot selection)