This repository contains Python scripts used for testing the Pandas and Polars libraries.
To run the scripts in this repository, you need to install the Pandas and Polars libraries. You can install them using pip:
pip install pandas
also,
pip install polars
- Clone this repository to your local machine.
- Install the required libraries as mentioned above.
- Run the
main.py
script to execute the testing scripts. - The directory Polars and Pandas contains the respective scripts.
- You can modify the scripts or create your own data files for testing purposes.
Sorry guys, the large_files.csv
had some problems while uploading due to GitHub's 100MB file size limit. You can create your own data file by running the main.py
script :)