Convert CSV File To JSON, YAML & Pickle
pip3 install -r requirements.txt
or pip install -r requirements.txt
(Need root access) python3 setup.py install
or python setup.py install
pip install csv2yaml
or pip3 install csv2yaml
(Need root access)python3 -m csv2yaml file.csv header_optional
or python -m csv2yaml file.csv header_optional
on Mac,Linux or Windowspython3 -m csv2yaml all header_optional
or python -m csv2yaml all header_optional
to convert all csv files in folder Key1,Key2,...,KeyN
Value11,Value12,...,Value1N
.
.
.
ValueN1,ValueN2,...,ValueNN
{
"header_name": {
"data":[
{
"id" : "1",
"Key1": "Value11",
"Key2": "Value12",
.
.
.
"KeyN": "Value1N"
},
.
.
.
{
"id" : "N",
"Key1": "ValueN1",
"Key2": "ValueN2",
.
.
.
"KeyN": "ValueNN"
},
]
}
}
header_name:
data:
- Key1: "Value11"
Key2: "Value12"
.
.
.
KeyN: "Value1N"
id : "1"
.
.
.
- Key1: "ValueN1"
Key2: "ValueN2"
.
.
.
KeyN: "ValueNN"
id : "N"
Pickle(.p) (Binary Format)
Formats
Just fill an issue and describe it. We'll check it ASAP!
or send an email to sepand@qpage.ir.
You can fork the repository, improve or fix some part of it and then send the pull requests back if you want to see them here. I really appreciate that. ❤️
Remember to write a few tests for your code before sending pull requests.
If you feel like our project is important can you please support us?
Our project is not and is never going to be working for profit. We need the money just so we can continue doing what we do.
1XGr9qbZjBpUQJJSB6WtgBQbDTgrhPLPA
FBL is tool to find broken links in articles and files
🎨 ASCII art library for Python
Multi-class confusion matrix library in Python
solve all cs Course for python
solve some fun problem in python
Coefficient of Variation (CV) and Coefficient of Quartile Variation (CQV) with Confidence Intervals (CI). Python port of https://github.com/MaaniBeigy/cvcqv)
This repository presents a full process of training a vehicle tracking model using `deep-person-reid` repository. Further, a complete web-application service based on FastAPI is provided that extracts features using YoloV5 and trained model.
A toolkit full of handy functions including most used models and utilities for deep-learning practitioners!