Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.87 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.87 KB

Star Badge Open Source Love View My Profile View Repositories

Plotter

🛠️ Description

An automation program to plot data with different visualisations by user selections.

⚙️ Languages or Frameworks Used

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

🌟 How to run

Open the Jupyter Notebook file under Plotter.ipynb

📺 Demo

  1. User choose the way they want data to be create:

  1. Inspecting the first 5 rows of the dataframe using head() function:

  1. Selecting the number of columns they want to plot (whole table/selected columns only) and plot types:

  1. Output: (Line Plot selection)

🤖 Author

Leah Nguyen