Commit Graph

26 Commits

Author SHA1 Message Date
Donne Martin
bdb30c025b Removed dummy date_util.py, snippets are contained in the nose test 2015-01-24 08:19:18 -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
a5b6a3735f Changed to use the cls convention for classmethods instead of self. 2015-01-24 07:08:41 -05:00
Donne Martin
595ab2358b Tweaked docstrings. 2015-01-24 07:08:07 -05:00
Donne Martin
0510eb997c Updated README wth list of packages this repo will contain. 2015-01-24 06:55:05 -05:00
Donne Martin
e94bebfb61 Added snippet to test for references, is versus == 2015-01-24 06:54:21 -05:00
Donne Martin
bd7547d3c8 Added scipy snippet skeleton package 2015-01-23 19:14:49 -05:00
Donne Martin
ce581c0579 Added pandas snippet skeleton package 2015-01-23 19:14:38 -05:00
Donne Martin
8776392271 Added numpy snippet skeleton package 2015-01-23 19:14:27 -05:00
Donne Martin
58c8086d68 Added matplotlib snippet skeleton package 2015-01-23 19:14:05 -05:00
Donne Martin
de2d07239c Added __init__.py to core 2015-01-23 19:08:22 -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
Donne Martin
4c94ff5948 Added snippet to convert an object to a list. Useful when writing functions that can accept multiple types of
input (list, tuple, ndarray, iterator).
2015-01-23 16:58:34 -05:00
Donne Martin
52552208c1 Added snippet to test if an object is iterable. 2015-01-23 16:47:51 -05:00
Donne Martin
a7262a50a2 Added snippet for using getattr. getattr, hasattr, and setattr can be used to write generic, reusable code. 2015-01-23 16:29:19 -05:00
Donne Martin
cfa84449b9 Removed unnecessary call to main from nose test. 2015-01-23 16:22:21 -05:00
Donne Martin
67b939f1bc Added snippet that tests for whether an object is of a particular instance 2015-01-23 16:09:17 -05:00
Donne Martin
3c272027e1 Added __init__.py files 2015-01-23 16:08:32 -05:00
Donne Martin
343670807a Added LICENSE 2015-01-23 16:07:56 -05:00
Donne Martin
030fc9bca4 Updated README with repo name and description 2015-01-23 16:06:28 -05:00
Donne Martin
746c8df6a6 Added .gitignore 2015-01-23 16:05:47 -05:00
Donne Martin
62c3058353 first commit 2015-01-23 14:38:58 -05:00