Skip to content

macnch33s3/Python-Systemanalyse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SystemAnalysis

SystemAnalysis is a Python tool for collecting, analyzing, and visualizing system performance data using Pandas. Used in the curricular modul MOSIM for analyzing csv-data, all organized in structured DataFrames.

πŸ”§ Features

  • Collect, read csv
  • Organize and process data with Pandas
  • Perform advanced analysis (filtering, grouping, time series, etc.)
  • Export to CSV, Excel, or JSON
  • Optional visualization with Matplotlib or Seaborn

πŸ“¦ Installation

git clone https://github.com/yourusername/SystemAnalyse.git
cd SystemAnalyse
pip install -r requirements.txt

🐍 Requirements

pandas
psutil
matplotlib  # optional for visualization
seaborn     # optional

πŸ“ Project Structure

SystemAnalyse/
β”œβ”€β”€ systemanalyse/
β”‚   β”œβ”€β”€ __init__.py
β”‚   β”œβ”€β”€ collect.py         # Data collection using psutil
β”‚   └── analysis.py        # Analysis functions using Pandas
β”œβ”€β”€ tests/
β”‚   └── test_collect.py
β”œβ”€β”€ requirements.txt
└── README.md

About

Systemanalysis with pandas

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages