Skip to content

Simple data analysis application with user interface

Notifications You must be signed in to change notification settings

arookieds/SimpleAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple analysis using python

The idea of this project is to create a small and "simple" python application that will allow the user to analyse Excel files.

The user interface should allow the user to select a file to charge. Once the file is charge, the application should analyse it and display information about the quantitative variables, such as:

  • minimum
  • maximum
  • median
  • 1st quartile
  • 3rd quartile
  • average

(the five first are call five-number-summary)

It should allow the use to select 2 quantitative variables and plot a charts of the relation between them.

The idea of the application will be developed further as the project goes.

To-Do:

  • Create a user interface (ongoing)
  • display button to select Excel file
  • charge the file into the application (pandas DataFrame)
  • analyse the fields and display summary if quantitative variables
  • display button (only if data is charged) that will allow the user to select two fields and plot the relation between
  • add selection buttons once the data has been loaded
  • draw chart for selected quantitative variables

The To-Do list is quite simplistic for now but I will update it as the project develop.

Attributes:

Icons:

About

Simple data analysis application with user interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages