PyWorkflowApp / visual-programming

A Python Visual Programming Workspace for Data Science
MIT License
33 stars 12 forks source link

Displays data at each stage in tabular form #54

Closed cesaragv closed 4 years ago

cesaragv commented 4 years ago

This PR displays in tabular format the data at each stage.

First, it displays a message warning that the loading can take too long

Screen Shot 2020-04-16 at 3 00 26 AM

If the user clicks on load, the data will be loaded

Screen Shot 2020-04-16 at 3 00 37 AM

The issue with the background zooming in/out is still there. I will work on that in a different PR

cesaragv commented 4 years ago

Data display looks awesome! FYI for me, scrolling still affects the workspace zoom level. It's possible I re-introduced it merging this feature branch into mine --- is it fixed for everyone else?

@reddigari It is not fixed yet. I wanted to push this first, given that I don't how big of a change is the fix going to be

reddigari commented 4 years ago

@cesaragv My bad, didn't see you already mentioned that in the PR description.