rdplines_without_flask is a Python script that simplifies CSV files by removing lines that contain redundant data.
- rdp
- pandas
Clone this repository to your local machine.
Install the dependencies if you don't have it already by running pip install + name of dependency
in your terminal.
- Open your terminal or command prompt.
- Navigate to the project directory.
- Run the script by entering
python rdplines.py
. - Follow the prompts to enter the name of the CSV file you want to simplify. It has to always start with
originals/ + name of your file
- The simplified version of the CSV file will be stored in the /simplified directory.
Note: Only files located in the originals directory can be used as input.