Data Analysis Tool
This project is a web-based data analysis tool created using React and Vite. The purpose of this tool is to allow users to upload data files, analyze the data, and visualize it in a two-dimensional graph. Getting Started
To get started, clone the repository and run the following commands:
npm install
npm run dev
This will start the development server on http://localhost:5173. Usage Uploading Data
To upload data, click the "Upload Data" button and select the file you wish to upload. Currently, only CSV files are supported. Data Table
Once data is uploaded, it will be displayed in the Data Table component. This component allows users to view the data, sort it, and filter it. Data Analyzer
The Data Analyzer component allows users to analyze the data by displaying various statistics about each variable. This includes the type of variable, insights, and the number of blank cells. Data Visualizer
The Data Visualizer component displays the data in a two-dimensional graph. Users can select which variables to display on the X and Y axes using the dropdown menus. Contributing
Contributions are always welcome! If you would like to contribute to this project, please open an issue or submit a pull request.