Data Analytics Demonstration is a web application developed by Control Origins that showcases what can be done with a CSV file and some charting and pivoting javascript. The application allows users to select from a list of CSV files, and once a CSV file is selected, it provides some basic analysis such as the number of columns, minimum and maximum values, unique values, most common value, least common value, number of rows, and index position for each column.
To get started with Data Analytics Demonstration, clone the repository to your local machine using the following command:
Copy code
git clone https://github.com/ControlOrigins/DataAnalyticsDemo.git
Data Analytics Demonstration requires the following prerequisites:
.NET Framework 4.8 Visual Studio 2019 or later Installing To install Data Analytics Demonstration, follow these steps:
- Open the project in Visual Studio.
- Build the Solution.
- Run the project.
To use Data Analytics Demonstration, follow these steps:
- Open the application in a web browser.
- Select a CSV file from the list of available files.
- Click the "Select" link.
- View the analysis results, including the number of columns, minimum and maximum values, unique values, most common value, least common value, number of rows, and index position for each column.
We welcome contributions to Data Analytics Demonstration. To contribute, follow these steps:
Fork the repository. Create a new branch for your contribution. Make your changes and commit them to your branch. Push your changes to your fork. Create a pull request.
Data Analytics Demonstration is released under the MIT License. See the LICENSE file for details.