csv-shuffler
A tool to automatically Shuffle lines in a .csv files
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
from csv_shuffler import csv_shuffler
shuffler = csv_shuffler.ShuffleCSV(input_file='/content/sample_data/mnist_train_small.csv',header=True, batch_size=20000)
shuffler.shuffle_csv()
19999
Contributing and Feedback
Any ideas or feedback about this repository?. Help me to improve it.
Authors
- Created by Ramses Alexander Coraspe Valdez
- Created on 2022
License
This project is licensed under the terms of the MIT License.
Release files for csv-shuffler 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| csv-shuffler-0.0.4.tar.gz | 17.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| csv_shuffler-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.9 kB
Release files / csv-shuffler-0.0.4.tar.gz
| Download URL | csv-shuffler-0.0.4.tar.gz |
|---|---|
| Size | 17.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
63a54a1e5d35eeda12bfc196d1e6ab22797a1ef85164f783c5fd657ed556f777
|
|
BLAKE2b-256 checksum How to use checksums |
d958a0760c6a15fd2adcbab3d18f7234ba894fe2f08971a71f72ae3f2e059765
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.9
|
Release files / csv_shuffler-0.0.4-py3-none-any.whl
| Download URL | csv_shuffler-0.0.4-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
03918552bb2972add89001d8b18b75baeff911dbe6a6a427f44bc84835e514c2
|
|
BLAKE2b-256 checksum How to use checksums |
13c145ec73ad6b665e73aa0192ac77037ec8a9a323e380ebbe4a4ff292d7bf9a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.9
|