---
name: gdtest-big-class
description: >
  A package with a class that has many methods. Use when writing Python code that uses the gdtest_big_class package.
---

# gdtest_big_class

A package with a class that has many methods

## Installation

```bash
pip install gdtest-big-class
```

## API overview

### Classes

Main classes provided by the package

- `DataProcessor`: A data processing pipeline with many operations

### DataProcessor Methods

Methods for the DataProcessor class

- `DataProcessor.load`
- `DataProcessor.transform`
- `DataProcessor.filter`
- `DataProcessor.sort`
- `DataProcessor.aggregate`
- `DataProcessor.validate`
- `DataProcessor.export`
- `DataProcessor.summary`

### Functions

Utility functions

- `load_data`: Convenience function to create a processor and load data
- `save_data`: Save processor data to a file

## Resources

- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
