Skip to content

Files

Latest commit

4fc47cf · Aug 9, 2023

History

History

AutomatedDataReporting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 9, 2023
Jul 30, 2023

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