Wittline / csv-shuffler

A tool to automatically Shuffle lines in .csv files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-shuffler

A tool to automatically Shuffle lines in .csv files

image

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.

About

A tool to automatically Shuffle lines in .csv files

License:MIT License


Languages

Language:Python 100.0%