From charlesreid1

Revision as of 06:07, 5 February 2016 by Admin (talk | contribs) (Created page with "Dealing with date and time stamps in CSV files for populating an SQL database, all using Python. =The First Question: Dealing With CSV Date/Time Stamps= The First Question:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Dealing with date and time stamps in CSV files for populating an SQL database, all using Python.

The First Question: Dealing With CSV Date/Time Stamps

The First Question: How to deal with date and time stamps from CSV files, and their many varieties?

The Second Question: SQL and Date/Time Stamps

The Second Question: How does SQL deal with date and time stamps? How do you initialize a table with a column for date and time stamps, and how do you create a new record with that information?