This project focuses on cleaning and transforming data to improve its usability and consistency. The main tasks involve handling data types, parsing numerical values, and standardizing formatting.
- Change the data types of the height and weight columns
- Clean and transform the 'Value', 'Wage' and 'Release Clause' columns into columns of floats
- Create a 'Joined Year' column and a 'Time at Club' column
- Remove 'star' characters from columns and make these columns numerical
- Remove the newline characters from the 'Hits' column
- Clone the repository:
git clone https://github.com/your-username/your-repository.git
- Navigate to the project directory:
cd your-repository
- Install dependencies:
npm install # or pip install -r requirements.txt (if using Python)
Provide instructions on how to run the project, including any necessary configurations.
npm start # or python main.py
- Automated data type conversion
- Cleaning and transforming financial columns
- Standardizing club history columns
- Removing unwanted characters from data fields
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or suggestions, reach out via:
- GitHub: @your-username