Skip to content

Bernhard10/filterAndView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# filterAndView Interactive analysis of data from the commandline

# Example

Example usage:

from fav import base, plotting, units
class Analysis(units.UnitsMixin, plotting.PlotMixin, base.DataAnalysis): pass
import pandas as pd
df = pd.read_csv("my.csv")
a=Analysis(df)
a.show_help()

About

Interactive analysis of data from the commandline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages