Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.12 KB

README.md

File metadata and controls

52 lines (34 loc) · 2.12 KB

CSV-Error-Analyzer

The CSV Error Analyzer is a Python script that automates the process of analyzing error occurrences in CSV data. This tool was developed to simplify and streamline error analysis tasks at Infozillion Teletech BD Ltd.

Purpose

In the daily workflow of professionals at Infozillion Teletech BD Ltd, dealing with CSV data is common. These CSV files often contain error codes, and analyzing these error occurrences manually can be time-consuming and error-prone.

The CSV Error Analyzer automates this process, allowing you to:

  • Quickly identify and categorize error occurrences.
  • Generate comprehensive error reports for further analysis.
  • Improve productivity by eliminating repetitive, manual tasks.

By using this tool, you can enhance your error analysis capabilities and make more informed decisions based on the data.

Usage

To use the CSV Error Analyzer, you'll need Python 3.x and the pandas library installed. Follow these steps:

  1. Requirements:

    • Python 3.x
    • pandas library
  2. Running the Script:

    • Clone or download this repository to your local machine.

      git clone https://github.com/iftekharmickey/CSV-Error-Analyzer.git
    • Open your terminal or command prompt and navigate to the repository directory.

      cd CSV-Error-Analyzer
      python csv_error_analyzer.py
    • Follow the on-screen prompts to provide the input CSV file name and the desired output CSV file name.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

This tool was developed by Iftekhar Tahir as an automation project for Infozillion Teletech BD Ltd.

If you have any questions or feedback, feel free to contact me at iftekhar.tahir@proton.me.


Disclaimer: This tool is for educational and informational purposes only. Use it responsibly and only on systems for which you have explicit permission.