veda1234 / CAST-at-IIT

Contamination Assessment and Site-Management Tool
0 stars 0 forks source link

Feature to add: Data statistics of user data (data toolbox) #9

Open prabhasyadav opened 4 years ago

prabhasyadav commented 4 years ago

Hi:

I think we can easily add a table of data statistics. This is for the "data toolbox". Currently, we have statistical summary of the original database only (check the screenshot). With two tables on the same page, it will be easier to compare to two data-sets. Such comparisons are very important.

Here are the steps:

  1. Users uploads/add data.
  2. If the uploaded/added rows are more than 3. -> some shape() based conditional statement code is required here.
  3. we use pandas.describe(user-database). This should do the job.
  4. It may be that both tables do not fit the page. To ensure that we can remove a Screenshot 2020-05-04 at 11 00 37 few descriptions from both tables.