Python Glueviz - is there a way to replace ie update the imported data -


i using glueviz 0.7.2 part of anaconda package, on osx. glueviz data visualization , exploration tool.

i regularly regenerating updated version of same data set external model, importing data set glueviz.

currently can not find way have glueviz refresh or update existing imported data set.

i can add new data set, ie second more updated version of data model new import data set, not replace original, , not enable new data show in graphs set in glueviz in simple way.

it seems solution plot updated data, start new session, , needing take time set plots again. tedious!

as python running application, glueviz must storing imported data set somewhere. hence thinking work around replace existing data updated data. restart of glueviz, , reload of saved session, imagine not know difference , graph updated data set within existing graphs. problem solved.

i not sure how glueviz python package stores data file, , python application best use update data file.

as turns out, data not stored in glueviz session file, rather loaded fresh each time saved session opened original data source file.

hence solution simple: replace data source file new file (of same type) in updated data.

the updated data file must have exact same name, in exact same location, , assume, must have values within source data file changed, not amount of data or columns titles or other aspects changed original file.

having done that, reopen glueviz, reload session file, , graphs in glueviz should update updated data.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -