Commit Graph

39 Commits

Author SHA1 Message Date
Donne Martin
233b197660 Add new pandas notebooks
Source: https://github.com/jakevdp/PythonDataScienceHandbook unmodified
2017-03-13 04:42:29 -04:00
Donne Martin
faef63be22 Reset pandas cells to start at 1 instead of 13 2016-04-01 07:21:07 -04:00
Poorna Krishnamoorthy
77400564f7 fixed ambiguous output for dataframe slicing of rows from specific column; replaced order() and sort_index(by=) deprecated functions with sort_values 2016-03-04 17:59:17 -08:00
Donne Martin
2690450e0f Fixed notebook author and license info no longer rendering properly on nbviewer. 2015-11-01 06:44:00 -05:00
Donne Martin
26349dad5d Added author and GitHub repo link to notebooks. 2015-06-18 21:07:36 -04:00
Donne Martin
0d26466a3b Added reference to Python for Data Analysis. 2015-06-14 07:04:58 -04:00
Donne Martin
1bf68e0689 Combined pandas notebooks until pandas I/O and pandas cleaning are further developed. 2015-06-12 20:51:00 -04:00
Donne Martin
d4587d3771 Updated notebook to v3. 2015-05-17 07:37:09 -04:00
Donne Martin
b0983a63f7 Updated notebook to v3. 2015-05-17 07:36:57 -04:00
Donne Martin
27088b58c7 Updated notebook to v3. 2015-05-17 07:36:41 -04:00
Donne Martin
14f3b3e54c Cleaned up notebook. 2015-04-10 11:07:17 -04:00
Donne Martin
ad82bdeefc Cleaned up notebook. 2015-04-10 11:03:00 -04:00
Donne Martin
7586ae1b73 Removed incomplete snippet for pandas idxmax causing an exception. 2015-02-28 18:37:44 -05:00
Donne Martin
7563eeae21 Added code to read CSV data to Pandas, describe, list head, then write the CSV to another file 2015-02-15 17:48:13 -05:00
Donne Martin
d6348012a4 Added snippet to drop a column in a DataFrame. Renamed pop to population to avoid clashing with the DataFrame pop function. 2015-02-14 06:42:44 -05:00
Donne Martin
f31a289eab Fixed bug in replace snippet where a copy of a DataFrame was being created instead of doing the replace in place. 2015-02-13 15:54:23 -05:00
Donne Martin
c7bc8e386f Added snippet to concatenate two DataFrames. 2015-02-13 15:53:15 -05:00
Donne Martin
90baf301b6 Added snippet to check for matching values in a specific column for replacement. 2015-02-13 15:51:25 -05:00
Donne Martin
f087dcd6c6 Added comments to the two different flavors of string replacement snippets to better explain the operation. 2015-02-11 16:51:18 -05:00
Donne Martin
89ce172c77 Added IPython Notebook for cleaning data with Pandas. Added snippets for replacing strings. 2015-02-10 17:44:21 -05:00
Donne Martin
23e62231d2 Added snippets for Summarizing and Computing Descriptive Statistics. 2015-02-08 16:34:16 -05:00
Donne Martin
c20545aff7 Added snippets for Axis Indexes with Duplicate Values. 2015-02-06 08:21:46 -05:00
Donne Martin
12bbfb9678 Added DataFrame ranking snippets. 2015-02-01 07:33:52 -05:00
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
ce581c0579 Added pandas snippet skeleton package 2015-01-23 19:14:38 -05:00