From charlesreid1

(Created page with "Using pandas to do lots of stuff: * load each csv file into a dataframe and create a master csv file * read master csv file and convert all the datetimes to datetime types *...")
 
No edit summary
Line 1: Line 1:
Using pandas to do lots of stuff:
= all the code=
* load each csv file into a dataframe and create a master csv file
 
* read master csv file and convert all the datetimes to datetime types
The wifi-data repository on Github has all of the code for the operations described here:
*
 
Link: https://github.com/charlesreid1/wifi-data
 
==time information: timestamp extraction==
 
Timestamps.ipynb - ipython notebook that extracts "first time seen" and uses it as the time marker for each observation. This results in a new dataframe (to csv) that contains one item for each observation listed in a csv file.
 
Link: https://github.com/charlesreid1/wifi-data/blob/master/pandas/Timestamps.ipynb





Revision as of 04:11, 5 March 2016

all the code

The wifi-data repository on Github has all of the code for the operations described here:

Link: https://github.com/charlesreid1/wifi-data

time information: timestamp extraction

Timestamps.ipynb - ipython notebook that extracts "first time seen" and uses it as the time marker for each observation. This results in a new dataframe (to csv) that contains one item for each observation listed in a csv file.

Link: https://github.com/charlesreid1/wifi-data/blob/master/pandas/Timestamps.ipynb