flow2ml / Flow2ML

An Open Source Library to make Machine Learning process much Simpler
MIT License
25 stars 26 forks source link

visualise csv #149

Closed rubyruins closed 3 years ago

rubyruins commented 3 years ago

Description:

Adds basic visualization steps with non image files (csv).

df = pd.read_csv('./Tips.csv')
x = Process_Csv(df)
x.create_analysis_docx()
x.create_visualisation_docx()

Type of change:

Checklist: