About 50 results
Open links in new tab
  1. Python Data Science Handbook - GitHub Pages

    This website contains the full text of the Python Data Science Handbook by Jake VanderPlas; the content is available on GitHub in the form of Jupyter notebooks. The text is released under the CC …

  2. Preface | Python Data Science Handbook - GitHub Pages

    Mar 26, 2013 · This is an excerpt from the Python Data Science Handbook by Jake VanderPlas; Jupyter notebooks are available on GitHub. The text is released under the CC-BY-NC-ND license, and code …

  3. Machine Learning | Python Data Science Handbook - GitHub Pages

    This is an excerpt from the Python Data Science Handbook by Jake VanderPlas; Jupyter notebooks are available on GitHub. The text is released under the CC-BY-NC-ND license, and code is released …

  4. Feature Engineering | Python Data Science Handbook

    This is an excerpt from the Python Data Science Handbook by Jake VanderPlas; Jupyter notebooks are available on GitHub. The text is released under the CC-BY-NC-ND license, and code is released …

  5. Introduction to NumPy | Python Data Science Handbook

    This is an excerpt from the Python Data Science Handbook by Jake VanderPlas; Jupyter notebooks are available on GitHub. The text is released under the CC-BY-NC-ND license, and code is released …

  6. IPython: Beyond Normal Python | Python Data Science Handbook

    This is an excerpt from the Python Data Science Handbook by Jake VanderPlas; Jupyter notebooks are available on GitHub. The text is released under the CC-BY-NC-ND license, and code is released …

  7. Help and Documentation in IPython | Python Data Science Handbook

    Accessing Documentation with ? ¶ The Python language and its data science ecosystem is built with the user in mind, and one big part of that is access to documentation. Every Python object contains the …

  8. Understanding Data Types in Python | Python Data Science Handbook

    This is an excerpt from the Python Data Science Handbook by Jake VanderPlas; Jupyter notebooks are available on GitHub. The text is released under the CC-BY-NC-ND license, and code is released …

  9. The Basics of NumPy Arrays | Python Data Science Handbook

    Data manipulation in Python is nearly synonymous with NumPy array manipulation: even newer tools like Pandas (Chapter 3) are built around the NumPy array. This section will present several …

  10. Introducing Pandas Objects | Python Data Science Handbook

    This is an excerpt from the Python Data Science Handbook by Jake VanderPlas; Jupyter notebooks are available on GitHub. The text is released under the CC-BY-NC-ND license, and code is released …