Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waffle.io - Columns and their card count

Pybi!

Pybi is intended to be a GUI to describe and visualize pandas DataFrames. Eventually make some simple data analysis on them.

Strong dependencies are pandas (implies numpy and matplotib) to DataFrame data management and PyQt4 for the graphical user interface, eventually sklearn maybe(?)

Expectations:

Make a free, simple and "scalable"(?) GUI PowerBI-ish or Tableau-ish

Instructions:

READ THE DOC(.md)

TODO:

  1. MAKE A SIMPLE GUI:
  • place for the plot

  • dataframe loader (only csv)

  • dataframe info (columns, describe(?))

  • some buttons to do stuff

  1. FUNCTIONALITY:
  • read data from disk

  • DataFrame and column selection

  • do some plots/histograms/scatter/descriptions of a column(s)

  • add filter column (to plot distinctly different mebers of a column (i.e. plot in red all members where the column equal 1, etc))

  1. ADVANCED ANALYSIS:
  • implement logistic regression

  • implement linear regression

  • implement k-means clustering

  • PCA (? is it worth-it? how to implement?)

  1. TAKE IT TO THE LIMIT
  • move to python3 💪💪

  • move functions to different modules 💪

About

GUI to do visualization based on pandas

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages