Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Really rethink the interactive flow #277

Open
7 tasks
bastienboutonnet opened this issue Nov 25, 2020 · 0 comments
Open
7 tasks

Really rethink the interactive flow #277

bastienboutonnet opened this issue Nov 25, 2020 · 0 comments

Comments

@bastienboutonnet
Copy link
Owner

I find this flow a bit of a joke, it's also bad looking.

Few ideas

  • pandas truncates things we should be able to provide a list of columns to print.
  • rendering of tables should use something more appropriate for GUIs
  • ability maybe to search/test for things. Such as:
    • are there nulls
    • are there dupes
    • are there empty strings
  • ability to do some quick describes (find out null values, distinct etc).

Of course we don't want this flow to be TOO feature rich and for each feature we provide we should probably make sure that the interactive flow can provide a fix or solution that can be implemented in the interactive flow and standardised as rules maybe? -- Although maybe fixes get too much in the territory of ETL. So maybe we could have a flow that rather than offer a fix, offers a way to print a history of checks done in the interactive flow...

I'm wondering actually how needed this feature would be.

It's quite a bit of work to create good UIs and if that feature isn't going to be used much then maybe we shouldn't really bother in developing this too much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant