Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 743 Bytes

File metadata and controls

23 lines (13 loc) · 743 Bytes

Data Report Generator

Python Version

A Python script that automates the process of generating data reports from CSV files.

Introduction

Data Report Generator is a Python script that simplifies the task of generating data reports from CSV files. It uses the Pandas library to perform basic data analysis and calculations on the input data and outputs the results into a new CSV report file.

Features

  • Read data from CSV files
  • Calculate summary statistics
  • Calculate column means, maximum values, and minimum values
  • Write the data report to a new CSV file

Prerequisites

  • Python 3.7 or higher
  • Pandas library