Universal Data Tool
Search…
Universal Data Tool
Universal Data Tool Docs
Installation
Running On-Premise
Collaborative Labeling
Building and Labeling Datasets
Image Segmentation
Image Classification
Text Classification
Named Entity Recognition
Entity Relations / Part of Speech Tagging
Audio Transcription
Data Entry
Video Segmentation
Composite Interfaces
Landmark / Pose Annotation
Importing Data
Upload or Open Directories
Import File URLs
Import COCO Images
Import from Google Drive
Import from AWS S3 Bucket
Import from CSV or JSON
Import using AWS Cognito
Import Text Snippets
The Format .udt.json
What is the .udt.json format?
What is the .udt.csv format?
Machine Learning
Jupyter Notebook Integration
Import Datasets into Pandas
Fast.ai
Integrate with Any Web Page
Integrate with the Javascript Library
Getting Started with React
Train your Workforce
Getting Started with UDT Courses
Frequently Asked Questions
Powered By
GitBook
What is the .udt.csv format?
The .udt.csv format is another representation of the .udt.json object that allows easier viewing and editing of data in spreadsheet software.
A udt.csv file has easy to understand columns!
​
Check out this example .udt.csv file!
​
The UDT CSV format is capable of specifying all the same things as the UDT JSON format, but the UDT JSON format is the "canonical form" because the .udt.csv files are very flexible, and can be written in different but equivalent ways.
UDT CSV files are generating by converting the JSON format into a CSV using
JSON as CSV (JAC)
. They can be converted back to JSON using the
jac-format npm module
or
jac_format pip module
.
The UDT CSV format is really easy to use with libraries like
pandas
.
The Format .udt.json - Previous
What is the .udt.json format?
Next - Machine Learning
Jupyter Notebook Integration
Last modified
1yr ago
Copy link