Skip to main content

A tool to automatically Shuffle lines in a csv file

Project description

csv-shuffler

A tool to automatically Shuffle lines in a .csv files

Installing csv_shuffler 🔧

pip install csv-shuffler
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting csv-shuffler
  Downloading csv_shuffler-0.0.3-py3-none-any.whl (2.9 kB)
Installing collected packages: csv-shuffler
Successfully installed csv-shuffler-0.0.3

Importing csv_shuffler library ⚡

from csv_shuffler import csv_shuffler

Setting csv_shuffler configuration ✍

shuffler = csv_shuffler.ShuffleCSV(input_file='/content/sample_data/mnist_train_small.csv',header=True, batch_size=20000)

Run shuffler 🏃

shuffler.shuffle_csv()
19999

Contributing and Feedback

Any ideas or feedback about this repository?. Help me to improve it.

Authors

License

This project is licensed under the terms of the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csv-shuffler-0.0.4.tar.gz (17.2 kB view hashes)

Uploaded Source

Built Distribution

csv_shuffler-0.0.4-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page