Data Cleaner API Overview

This page provides an overview of the Data Cleaner API available at /en/api/data_cleaner. The API is designed to help users clean and preprocess their data efficiently.

Features

  • Data Cleaning: The API can handle various data cleaning tasks such as removing duplicates, correcting errors, and standardizing formats.
  • Customizable Rules: Users can define their own cleaning rules to suit specific data cleaning needs.
  • Scalable: The API is built to handle large volumes of data without performance degradation.

Usage

To use the Data Cleaner API, you need to send a GET request to /en/api/data_cleaner. The API accepts various parameters to configure the cleaning process.

Example Request

GET /en/api/data_cleaner?param1=value1&param2=value2

Response

The API returns a JSON response containing the cleaned data. The response will also include a status code indicating the success or failure of the request.

Documentation

For more detailed information, please refer to the Data Cleaner API Documentation.

Data Cleaning