python-sprints / pandas-mentoring

Mentoring new pandas contributors.
BSD 3-Clause "New" or "Revised" License
6 stars 30 forks source link

Interactive dashboard for docstring errors #160

Closed sparalic closed 5 years ago

sparalic commented 5 years ago

Relates to #152 Interactive docstring error dashboard, built using viola.

  1. Generates a graph displaying error frequency
  2. Displays an accompanying DataFrame that shows related error indexes and name based on selected errors
sparalic commented 5 years ago

@dujm thank you! I did the DataFrame approach, but I need to work on adjusting the dimensions of the DataFrame. I will do that tomorrow. Once, we agree on functionality and decide on which elements we can combine from our experiments, I will focus on aesthetics. This is what it looks like:

  1. Select the class image

  2. Select the error code and then it updates image

@datapythonista and @dujm let me know what you think

dujm commented 5 years ago

@sparalic I really like the simplicity and clarity of you code/app. I think what you showed is already very clear. The only thing I would suggest is to replace the pandas data frame with an editable qgrid widget (I tried it in my notebook)

And yes, I agree, functionality should come first. I created a GitHub project, shall we try to use it and list what elements we want to have? What do you think?

The aesthetics could be done at the end, or I could work on that ;)

sparalic commented 5 years ago

@dujm I like that layout and tabs you added with the error counts. That sounds great I’ll add the elements you like to the project repo.