Coder Social home page Coder Social logo

automotive-model-year-data's People

Contributors

casespark avatar jimv2000 avatar jimvernon avatar n8barr avatar usedjz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

automotive-model-year-data's Issues

PostgreSQL?

This is MySQL.. not everybody uses mysql.

duplicate data

(2006, 'Lamborghini', 'Murcielago'),
(2007, 'Lamborghini', 'Murcielago'),
(2009, 'Lamborghini', 'Murcielago'),
(20010, 'Lamborghini', 'Murcielago'),

new entry

hi,

i am willing to use this data so would you tell me at what interval do you update this data?

Some odd Makes

These are on models as separate Makes from "BMW"
BMW 745,BMW
BMW X5,BMW
BMW Z4,BMW
BMW,BMW
BMW,BMW Z4

I'm not very familiar with automobile data, but is this just a data error?

New to databases

I have to create a database for a school project and I am brand new to databases, is there a way to easily import this to access? Thank you for any guidance you can provide.

Possibile to make relationship schema?

Is possible to make this DB to be relational?
to have 2 tables, one for makers and another for model and year?
i ask this because will be more easy and will have smaller footprint because maker will not be on each model the same.

Table attribute name year

I have import the database , but the value are not showing.

I have change the attribute name to onyear and value are imported successfully.

This is happen due to year may be a keyword for database.

Following command needed

ALTER TABLE VehicleModelYear CHANGE year atyear INT( 4 ) UNSIGNED NOT NULL ;

sqlite3 version

I'd really like to have a version of this that works with sqlite3

For MySQL 5.0.56-enterprise-gpl-log and MyISAM table type, some duplicate key errors

2006-Lamborghini-Murcielago
2007-Lamborghini-Murcielago
2009-Lamborghini-Murcielago
2010-Lamborghini-Murcielago

These were all errors when importing the database because they each have a corresponding 20xx-Lamborghini-Murciélago entry and apparently when indexing it ignores the special character? I'm sure this is an issue on our end because we are unable to update the database at this time to even get InnoDB table types, but I wanted you to be aware, in case those without the accent can be removed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.