Commit Graph

149 Commits (master)

Author SHA1 Message Date
Jake VanderPlas d66231454e Add source material from second edition 2023-05-05 16:20:45 -07:00
Jake VanderPlas 8a34a4f653 Change deprecated pd.datetools.timedelta to datetime.timedelta 2018-11-30 15:26:16 -08:00
Jake VanderPlas 70ba408aa9 Make colab links part of nav 2018-08-28 14:10:31 -07:00
Jake VanderPlas 3bfea32461 Add Open In Colab badge 2018-08-28 13:03:09 -07:00
Jake VanderPlas d772863e76 Remove colab logo from notebooks 2018-08-20 11:11:52 -07:00
Jake VanderPlas 4a2a7b332d Add colab links to all notebooks 2018-08-20 09:57:16 -07:00
Jake VanderPlas a03699ccfb fix cross-ref link 2017-08-15 09:19:23 -07:00
Jake VanderPlas dd4e0ae165 BUG: fix link in hierarchical indexing 2017-08-15 09:14:39 -07:00
Jake VanderPlas c77d6c293d MAINT: fix title in index 2017-08-14 13:27:19 -07:00
Jake VanderPlas e3a225725c MAINT: regularize notebook titles 2017-08-14 13:01:49 -07:00
Naty Clementi f3c57a2c4c Fix typo in 02.07-Fancy-Indexing
The second reference to `x[3]` in "You might expect that x[3] would contain the value 2, and x[3] would contain the value 3," should be x[4].
2017-05-26 12:16:06 -04:00
Naty Clementi 0a4ba003a4 Fix typo in 02.06-Boolean-Arrays-and-Masks
Fixes #64 , 4 --> 8
2017-05-11 16:45:47 -04:00
Naty Clementi 1b55159e77 Fix typo on 02.06-Boolean-Arrays-and-Masks
do ---> to In phrase "We are then free do operate..."
2017-05-10 15:06:57 -04:00
Jake VanderPlas 4464f08f99 ERRATUM: make 02.06 example work on Python 2 2017-04-21 14:22:47 -07:00
Jake Vanderplas f2c4a8af3f ERRATUM: Typo median->mean
Typo...
2017-03-21 12:26:15 -07:00
Damian Poddebniak 577a55afc0 Typo 2017-03-21 16:43:04 +01:00
Rubin Wei 6774776fd8 Update link
Change “A Gallery of Interesting IPython Notebooks” to "A gallery of interesting Jupyter Notebooks" and link.
2017-03-12 14:36:14 -04:00
Jake VanderPlas b498e1c4bd ERRATUM: missing NOT in logical identity 2017-02-26 12:46:00 -08:00
Jake VanderPlas 8ae064f0e4 VTYPOS: various 2017-02-21 10:06:17 -08:00
Jake VanderPlas ccafda3da2 ERRATUM: change ggplot to ggpy 2017-02-21 09:58:30 -08:00
Jake Vanderplas 20ce5fe1f8 Typo: "as" -> "an"
Fix a typo
2017-02-21 09:25:58 -08:00
Jake Vanderplas b7d387012b Typos: punctuation
Fix a few typos
2017-02-21 09:25:25 -08:00
Jake Vanderplas 2816ef4c0a Typo: "make" -> "makes"
Fix a few typos
2017-02-21 09:24:36 -08:00
Jake Vanderplas a19759aa59 Typo: "clusers" -> "clusters"
Fix a typo
2017-02-21 09:23:50 -08:00
Jake Vanderplas 94b8f2837b ERRATUM: change ``ipython-notebook`` install to ``jupyter``
correct jupyter notebook package name
2017-02-21 09:23:16 -08:00
Jake Vanderplas e70a1bceaa ERRATUM: change "feature" to "target array"
Change designation of the "Species" array from 'feature' to 'target a…
2017-02-21 09:22:26 -08:00
Søren Fuglede Jørgensen 4cc221b03d Fix a typo 2017-02-01 22:40:38 +01:00
Søren Fuglede Jørgensen d0400d66b9 Fix a few typos 2017-02-01 22:09:26 +01:00
Søren Fuglede Jørgensen acc096366e Fix a few typos 2017-02-01 21:52:00 +01:00
Søren Fuglede Jørgensen 1faeb13693 Fix a typo 2017-02-01 21:25:40 +01:00
Søren Fuglede Jørgensen c1c76dadfa Fix a few typos 2017-02-01 21:02:11 +01:00
Jake Vanderplas c628cd22b1 ERRATUM: change 0.1 inches to 0.2 inches
Fix typo in 02.06-Boolean-Arrays-and-Masks.ipynb
2017-01-31 07:51:21 -08:00
Jake Vanderplas bf71379415 Merge pull request #46 from fuglede/patch-6
Fix a typo
2017-01-31 07:46:54 -08:00
Jake Vanderplas 5ffc340aa4 Merge pull request #45 from fuglede/patch-5
Fix a typo
2017-01-31 07:46:14 -08:00
Jake Vanderplas 2b1ab1edb7 Merge pull request #43 from fuglede/patch-4
Fix a few typos
2017-01-31 07:45:51 -08:00
Igor German 43176fbc4d Fix typo in 02.06-Boolean-Arrays-and-Masks.ipynb 2017-01-29 19:31:36 +03:00
Rodney Lopes Gomes 3f7200a6d9 correct jupyter notebook package name
since ipython notebooks is now called jupyter notebooks they also changed the package names and the easiest thing to do is simply install `jupyter` package which brinks everything you'll need.
2017-01-28 12:49:26 -08:00
Sebastiaan c649385721 Change designation of the "Species" array from 'feature' to 'target array', as was likely intended. 2017-01-28 18:38:05 +01:00
Søren Fuglede Jørgensen 78ce946b02 Fix a typo 2017-01-27 22:57:45 +01:00
Søren Fuglede Jørgensen 166498cab0 Fix a typo 2017-01-27 22:39:24 +01:00
Søren Fuglede Jørgensen 4ee8ee52ae Fix a few typos 2017-01-27 21:47:03 +01:00
Søren Fuglede Jørgensen 8fff5aa7ce Change http to https on a reference 2017-01-27 21:39:15 +01:00
Jake Vanderplas 1c7875da57 ERRATUM: incorrect ordering of plt.axis arguments
plt.axes args are [left, bottom, width, height]
2017-01-27 09:59:50 -08:00
Søren Fuglede Jørgensen 7f77626ba2 Fix a typo 2017-01-23 22:02:17 +01:00
Henry Stokeley fd31b88307 plt.axes args are [left, bottom, width, height]
Previously was written as [bottom, left, width, height].
2017-01-22 16:03:28 +09:00
pkitslaar 9e244dda88 Fixed typo 2017-01-11 11:32:18 +01:00
Luis Alberto Santana ccd740c881 Fixing typo
Changing one occurrence of "obnject" to "object"
2017-01-05 15:23:04 -04:00
Jake VanderPlas ad7e9d8cec Typo: alingment->alignment 2017-01-04 14:52:23 -08:00
Jake VanderPlas 48254582ef Typo: Ooe-hot -> one-hot 2017-01-03 08:41:25 -08:00
Søren Fuglede Jørgensen 16fb7a3491 Fix a typo 2017-01-03 13:02:11 +01:00