Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.28 KB

semestral-project.md

File metadata and controls

15 lines (13 loc) · 1.28 KB

Semestral project

  1. Select data from this list or any other source (e.g kaggle). Note: data must have at least 100 rows and 5 columns.
  2. Get to know your data and think about ways to visualize your data.
  3. Analyze your data using pandas and make plots using plotly.
  4. Create web application using Dash, that will show various visualization of your data.
    1. Application must have
      1. Data description and data cleaning process using Markdown (dash_core_components.Markdown)
      2. At least 3 type of plots (histogram, boxplot, bar plot or scatter plot)
      3. User can select plot using interactive elements, e.g. dropdown, radio button (dash_core_components.Dropdown, dash_core_components.RadioItem)
    2. Deplot application on Heroku
  5. You will have to create report describing data preparation, data itself and application.