Commit Graph

160 Commits

Author SHA1 Message Date
Donne Martin
3f5e508eb6 Added Series ranking snippets. Tweaked some of the comments positions relative to the code. Minor tweaks to some snippets. 2015-02-01 07:33:19 -05:00
Donne Martin
91cdd02752 Added snippets for sorting Series and DataFrames. Added index to notebook. 2015-01-31 16:39:35 -05:00
Donne Martin
936b8adee4 Added function application and mapping snippets for Series and DataFrames. 2015-01-31 08:46:27 -05:00
Donne Martin
f217da8adf Added snippets for operations between DataFrames and Series. 2015-01-31 08:26:48 -05:00
Donne Martin
ebe737d11e Standardized on df as the DataFrame variable for code snippets. 2015-01-31 08:00:08 -05:00
Donne Martin
45634da9ff Seeded random for more predictability between iterations. Added snippets for setting a fill value for indices that do not overlap for arithmetic operations. 2015-01-31 07:46:16 -05:00
Donne Martin
418676f075 Added snippets for basic Arithmetic and Data Alignment for DataFrames. 2015-01-31 07:37:05 -05:00
Donne Martin
c2bf4dfda5 Added snippets for basic Arithmetic and Data Alignment for Series. 2015-01-31 07:36:02 -05:00
Donne Martin
c821f2d6f3 Added snippets for indexing, selecting, and filtering on a DataFrame. 2015-01-31 06:30:06 -05:00
Donne Martin
7cd3f6af15 Added snippets for indexing, selecting, and filtering on a series. 2015-01-31 06:29:43 -05:00
Donne Martin
2398a0bf55 Added
dropping entries snippets.
2015-01-29 15:16:25 -05:00
Donne Martin
46c1be9a02 Added note about pandas index objects being immutable and holding certain metadata. 2015-01-29 13:00:02 -05:00
Donne Martin
ea1743d906 Added reindexing snippets. 2015-01-29 12:58:28 -05:00
Donne Martin
e982080f08 Added DataFrame snippets. 2015-01-28 07:23:38 -05:00
Donne Martin
689d029499 Added Pandas Series snippets. 2015-01-27 19:22:37 -05:00
Donne Martin
540b71fe10 Added files IPython Notebook containing common file snippets. 2015-01-27 13:45:34 -05:00
Donne Martin
c208776c1d Reset prompt numbers. 2015-01-27 13:17:00 -05:00
Donne Martin
4d3960d83f Added itertools snippet. 2015-01-27 13:15:47 -05:00
Donne Martin
7c5609f1e2 Added snippet for generator expressions. 2015-01-27 12:58:50 -05:00
Donne Martin
97c7118117 Added snippet for generators. 2015-01-27 12:57:08 -05:00
Donne Martin
900b493e54 Added currying snippet. 2015-01-27 11:14:57 -05:00
Donne Martin
54b1c29bcc Added discussion of closures being used for decorators and the usefulness of decorators. 2015-01-27 11:14:36 -05:00
Donne Martin
2de3d867c4 Added comment to describe what map does. 2015-01-27 10:26:48 -05:00
Donne Martin
cd6afd474c Added section to install nose. Updated markdown discussions for clarity and consistency. 2015-01-27 10:26:28 -05:00
Donne Martin
3574594172 Updated markdown discussions for clarity and consistency. 2015-01-27 10:25:08 -05:00
Donne Martin
03597adc58 Updated markdown discussions for clarity and consistency. 2015-01-27 10:24:42 -05:00
Donne Martin
daa7665ef7 Updated markdown discussions for clarity and consistency. 2015-01-27 10:22:43 -05:00
Donne Martin
e7ea21486d Updated markdown discussions for clarity and consistency. 2015-01-27 10:21:16 -05:00
Donne Martin
90a0fd501f Added *args, **kwargs snippet. 2015-01-26 16:59:02 -05:00
Donne Martin
84fb0356bf Added closure snippet. 2015-01-26 16:12:30 -05:00
Donne Martin
9e87f05f43 Added lambda snippet. 2015-01-26 15:43:27 -05:00
Donne Martin
4f79034549 Fixed IPython Notebook links on nbviewer as a result of repo name change. 2015-01-26 14:10:37 -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
6fa1d5f20e Run nosetest with -v for verbose output to see which tests are run. 2015-01-26 13:56:12 -05:00
Donne Martin
bf1f35d7af Added comprehension snippets for list, dict, and set. Tweaked a few snippets and content. 2015-01-26 13:00:12 -05:00
Donne Martin
c8a06dcd85 Added dict items() snippet. Tweaked a few snippets and comments. 2015-01-26 12:58:58 -05:00
Donne Martin
5131bc8a46 Tweaked repo description. 2015-01-26 09:31:51 -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
c35b79f485 Added scikit-learn skeleton. Marked which projects are under active development and which are coming soon. Removed redundant info. 2015-01-26 09:15:12 -05:00
Donne Martin
76e1983687 Removed basics IPython Notebook, refactoring useful content to other notebooks and removing content that is too elementary. 2015-01-26 09:09:06 -05:00
Donne Martin
beb45c6981 Added repo scratch dir to ignore 2015-01-26 09:07:25 -05:00
Donne Martin
3e23f1bd06 Added IPython Notebook demonstrating nose unit tests. 2015-01-26 09:00:11 -05:00
Donne Martin
5afd0cd32a Added set to index 2015-01-26 07:35:41 -05:00
Donne Martin
ef79a0cad3 Added set snippets. 2015-01-26 07:32:04 -05:00
Donne Martin
db9f29536d Added index of topics discussed in Notebook. 2015-01-26 07:28:08 -05:00
Donne Martin
def100a9ce Added index of topics discussed in Notebook. 2015-01-26 07:27:42 -05:00
Donne Martin
3be6c4dc02 Added index of topics discussed in Notebook. 2015-01-26 07:27:13 -05:00
Donne Martin
32947e0722 Added index of topics discussed in Notebook. 2015-01-26 07:26:50 -05:00
Donne Martin
a5a778ae6b Moved range and xrange snippets from basics to structs_utils IPython Notebook. 2015-01-26 07:23:28 -05:00