This is a project designed to meet the requirements outlined at the bottom of the page. In short, the project aims to facilitate the analysis of CSV files.
Source: Python/Data_Explorer
As part of the work division, I was mainly assigned to backend tasks. There, I created appropriate routes that enabled operations such as file saving, setting the mean, updating files and columns, etc. Occasionally, I also made some small changes in the frontend, such as adding a button or improving the display of empty columns and rows in a different color.
On the main screen, you can see the loaded CSV file, and you can click on a column, save the entire file, or just individual columns.
On the column screen, we see all parameters such as mean, median, etc. We can fill in empty cells or manually change them using the update option.
We can also compare two columns, where we get the most important information about them in one place.
Project: Application for preliminary data analysis and visualization. Assumptions: Single-stage login. Data is retrieved from CSV files. Number of variables (up to 100). Expected functionalities: