/tableGUI

A GUI for the pandas dataframe in Python.

Primary LanguagePython

# Shows the passed panda dataframe in a PyQT GUI
view(dataframe)
	argument0 -> dataframe to be viewed

# Returns a modifed dataframe
edit(dataframe, addRows_flag)
	argument0 -> dataframe to be editted
	argument1 -> whether to allow adding rows