Skip to content

Redwing: Python type-inference for CSV files.

License

Notifications You must be signed in to change notification settings

briandailey/redwing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redwing: Python Type-Inference for CSV Files

This script reads CSV file and infers data types.

It does a few other things, too, like determining max length for character fields.

It expects a CSV with a header row.

Currently, it works like this:

redwing csvfile.csv --tablename=tablename

Output is a SQL creation script.

CREATE TABLE tablename (
id INTEGER,
name VARCHAR(5)
)

About

Redwing: Python type-inference for CSV files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages