Commit Graph

18 Commits

Author SHA1 Message Date
Donne Martin
2de3d867c4 Added comment to describe what map does. 2015-01-27 10:26:48 -05:00
Donne Martin
9fabf8e01b Added map snippet. 2015-01-26 14:07:37 -05:00
Donne Martin
42f6f9f6b5 Added functions snippet IPython Notebook. 2015-01-26 13:56:49 -05:00
Donne Martin
82e4208222 Used a relative path to link the nose test to the code being tested to decouple repo name. 2015-01-26 09:31:24 -05:00
Donne Martin
125f5c0c81 Renamed Util class to TypeUtil to be more descriptive. 2015-01-25 06:07:04 -05:00
Donne Martin
c2ddddcdcd Removed obsolete date unit test, this is now demonstrated in the IPython notebook. 2015-01-25 06:03:55 -05:00
Donne Martin
35b16335c7 Simplified unit test to test only user-generated functionality with the move to IPython Notebooks 2015-01-25 05:40:33 -05:00
Donne Martin
b171b3f316 Renamed util.py to type_util.py and test_util.py to test_type_util.py to be more descriptive that these files work with types. 2015-01-24 15:21:44 -05:00
Donne Martin
5c7c6e10b6 Added failure case for test_isinstance. 2015-01-24 11:04:38 -05:00
Donne Martin
c25b655dc1 Changed first parameter of test_convert_to_list to self rather than the unused obj. 2015-01-24 11:02:53 -05:00
Donne Martin
1b783a75fb Added docstrings to test_attributes_fail and test_convert_to_list. 2015-01-24 11:01:36 -05:00
Donne Martin
4c6bcef382 Added snippet for datetime replace. When aggregating or grouping time series data, it is sometimes
useful to replace fields of a series of datetimes such as zeroing
        out the minute and second fields.
2015-01-24 08:14:50 -05:00
Donne Martin
9215edb560 Refactored duplicated local dt variable to be a class variable. 2015-01-24 08:14:10 -05:00
Donne Martin
91f5a0d84b Added snippet for strptime 2015-01-24 07:57:34 -05:00
Donne Martin
c4cda0bd0c Added snippet for strftime 2015-01-24 07:56:12 -05:00
Donne Martin
9d92a16ea5 Added snippet for datetime 2015-01-24 07:54:57 -05:00
Donne Martin
e94bebfb61 Added snippet to test for references, is versus == 2015-01-24 06:54:21 -05:00
Donne Martin
27eb1345be Moved snippets and tests dealing with core Python functionality to the core folder 2015-01-23 19:06:52 -05:00