Become a Python Data Analyst

Become a Python Data Analyst

Διαθέσιμο για αγορά
This course introduces you to the main libraries of Python's Data Science stack. Taking an applied approach, it provides examples using real-world datasets to show you how to effectively use Python's tools to process, visualize and analyze data. It contains all you need to start analyzing data with Python and provides the foundation for more advanced topics like Predictive Analytics.
20171 σεζόν
Ηθοποιοί: Alvaro Fuentes
ΌΛΑ
26 επεισόδια
  • 1. The Course Overview

    1. The Course Overview

    This video provides an overview of the entire course.
    This video provides an overview of the entire course.
    ΌΛΑ
    4 λεπτά
    30 Μαΐ 2017
  • 2. The Anaconda Distribution

    2. The Anaconda Distribution

    Explain what Anaconda Distribution is and why we are using it in this course. Also show how to get and install the software.
    Explain what Anaconda Distribution is and why we are using it in this course. Also show how to get and install the software.
    ΌΛΑ
    8 λεπτά
    30 Μαΐ 2017
  • 3. Introduction to the Jupyter Notebook

    3. Introduction to the Jupyter Notebook

    Introduce the computing environment in which we will work for the rest of the course.
    Introduce the computing environment in which we will work for the rest of the course.
    ΌΛΑ
    10 λεπτά
    29 Μαΐ 2017
  • 4. Using the Jupyter Notebook

    4. Using the Jupyter Notebook

    Use the Jupyter notebook for basic Python code and explain the basics of using markdown and code cells in the Jupyter Notebook.
    Use the Jupyter notebook for basic Python code and explain the basics of using markdown and code cells in the Jupyter Notebook.
    ΌΛΑ
    12 λεπτά
    30 Μαΐ 2017
  • 5. NumPy: Python's Vectorization Solution

    5. NumPy: Python's Vectorization Solution

    Explain what Numpy is, the problem it solves and why it is important for Python's Data Stack.
    Explain what Numpy is, the problem it solves and why it is important for Python's Data Stack.
    ΌΛΑ
    8 λεπτά
    30 Μαΐ 2017
  • 6. NumPy Arrays: Creation, Methods and Attributes

    6. NumPy Arrays: Creation, Methods and Attributes

    Introduce arrays, the main objects in Numpy, and how to create and use them.
    Introduce arrays, the main objects in Numpy, and how to create and use them.
    ΌΛΑ
    23 λεπτά
    30 Μαΐ 2017
  • 7. Using NumPy for Simulations

    7. Using NumPy for Simulations

    Introduce with an example one of the common uses of Numpy: doing simulations.
    Introduce with an example one of the common uses of Numpy: doing simulations.
    ΌΛΑ
    12 λεπτά
    30 Μαΐ 2017
  • 8. The Pandas Library

    8. The Pandas Library

    Explain what pandas is and what we can do with it. An introduction to the main objects: Series and DataFrames.
    Explain what pandas is and what we can do with it. An introduction to the main objects: Series and DataFrames.
    ΌΛΑ
    14 λεπτά
    30 Μαΐ 2017
  • 9. Main Properties, Operations and Manipulations

    9. Main Properties, Operations and Manipulations

    Show how to use pandas Series and DataFrames with a real-world data set.
    Show how to use pandas Series and DataFrames with a real-world data set.
    ΌΛΑ
    14 λεπτά
    30 Μαΐ 2017
  • 10. Answering Simple Questions about a Dataset - Part 1

    10. Answering Simple Questions about a Dataset - Part 1

    Show the viewer how to use pandas by doing real-world data analysis tasks and answering questions.
    Show the viewer how to use pandas by doing real-world data analysis tasks and answering questions.
    ΌΛΑ
    12 λεπτά
    30 Μαΐ 2017
  • 11. Answering Simple Questions about a Dataset - Part 2

    11. Answering Simple Questions about a Dataset - Part 2

    Show the viewer how to use pandas by doing real-world data analysis tasks and answering questions.
    Show the viewer how to use pandas by doing real-world data analysis tasks and answering questions.
    ΌΛΑ
    16 λεπτά
    30 Μαΐ 2017
  • 12. Basics of Matplotlib

    12. Basics of Matplotlib

    Explain to the viewer what matplotlib is and the main concepts needed for using it.
    Explain to the viewer what matplotlib is and the main concepts needed for using it.
    ΌΛΑ
    7 λεπτά
    30 Μαΐ 2017
  • 13. Pyplot

    13. Pyplot

    Explain what pyplot is, how to use the pyplot interface, and its limitations.
    Explain what pyplot is, how to use the pyplot interface, and its limitations.
    ΌΛΑ
    10 λεπτά
    30 Μαΐ 2017
  • 14. The Object Oriented Interface

    14. The Object Oriented Interface

    Explain how to use the Object-Oriented Interface and how it compares with the plyplot interface.
    Explain how to use the Object-Oriented Interface and how it compares with the plyplot interface.
    ΌΛΑ
    9 λεπτά
    30 Μαΐ 2017
  • 15. Common Customizations

    15. Common Customizations

    Show some of the common customizations that can be done to plots.
    Show some of the common customizations that can be done to plots.
    ΌΛΑ
    12 λεπτά
    30 Μαΐ 2017
  • 16. EDA with Seaborn and Pandas

    16. EDA with Seaborn and Pandas

    Explain what Exploratory Data Analysis (EDA) is and how to perform it in a real-world dataset; in the process, introduce the Seaborn plotting library.
    Explain what Exploratory Data Analysis (EDA) is and how to perform it in a real-world dataset; in the process, introduce the Seaborn plotting library.
    ΌΛΑ
    9 λεπτά
    30 Μαΐ 2017
  • 17. Analysing Variables Individually

    17. Analysing Variables Individually

    Show how to analyze and make sense of individual variables depending on their type.
    Show how to analyze and make sense of individual variables depending on their type.
    ΌΛΑ
    17 λεπτά
    30 Μαΐ 2017
  • 18. Relationships between Variables

    18. Relationships between Variables

    Show how to produce the main plots used to show relationships between variables.
    Show how to produce the main plots used to show relationships between variables.
    ΌΛΑ
    15 λεπτά
    30 Μαΐ 2017
  • 19. SciPy and the Statistics Sub-Package

    19. SciPy and the Statistics Sub-Package

    Give a quick introduction to the Scipy package and all the different sub-packages it contains.
    Give a quick introduction to the Scipy package and all the different sub-packages it contains.
    ΌΛΑ
    4 λεπτά
    30 Μαΐ 2017
  • 20. Alcohol Consumption - Confidence Intervals and Probability Calculations

    20. Alcohol Consumption - Confidence Intervals and Probability Calculations

    Show how to perform statistical calculations with the stats package like confidence intervals and probabilities of events.
    Show how to perform statistical calculations with the stats package like confidence intervals and probabilities of events.
    ΌΛΑ
    11 λεπτά
    30 Μαΐ 2017
  • 21. Hypothesis Testing - Does Alcohol Consumption Affect Academic Performance?

    21. Hypothesis Testing - Does Alcohol Consumption Affect Academic Performance?

    Explain how to perform one of the most common statistical tests using the stats package.
    Explain how to perform one of the most common statistical tests using the stats package.
    ΌΛΑ
    8 λεπτά
    30 Μαΐ 2017
  • 22. Hypothesis Testing - Do Male Teenagers Drink More Than Females?

    22. Hypothesis Testing - Do Male Teenagers Drink More Than Females?

    Show how to perform a chi-square test using the stats package.
    Show how to perform a chi-square test using the stats package.
    ΌΛΑ
    5 λεπτά
    30 Μαΐ 2017
  • 23. Introduction to Predictive Analytics Models

    23. Introduction to Predictive Analytics Models

    Present an overview of the section. Discuss the concepts of Predictive Analytics and its relationship with Machine Learning and give some characteristics of ML models.
    Present an overview of the section. Discuss the concepts of Predictive Analytics and its relationship with Machine Learning and give some characteristics of ML models.
    ΌΛΑ
    6 λεπτά
    30 Μαΐ 2017
  • 24. The Scikit-Learn Library - Building a Simple Predictive Model

    24. The Scikit-Learn Library - Building a Simple Predictive Model

    Introduce the Scikit-Learn library and show the workflow traditionally used to build a Predictive Model with this library.
    Introduce the Scikit-Learn library and show the workflow traditionally used to build a Predictive Model with this library.
    ΌΛΑ
    7 λεπτά
    30 Μαΐ 2017
  • Become a Python Data Analyst
    20171 σεζόν
    This course introduces you to the main libraries of Python's Data Science stack. Taking an applied approach, it provides examples using real-world datasets to show you how to effectively use Python's tools to process, visualize and analyze data. It contains all you need to start analyzing data with Python and provides the foundation for more advanced topics like Predictive Analytics.
    Δημιουργοί και ηθοποιοί
    Μετάδοση
    Alvaro Fuentes
    Στούντιο
    Packt Publishing
    Κριτικές
    5.0 out of 5 stars

    Ένας γενικός ηλικιακός χαρακτηρισμός

    1. 5 star
      100%
    2. 4 star
      0%
    3. 3 star
      0%
    4. 2 star
      0%
    5. 1 star
      0%
    Διαβάστε όλες τις αξιολογήσεις
    Γλώσσες ήχου
    English
    Υπότιτλοι
    English [CC]
    Αν παραγγείλετε ή παρακολουθήσετε περιεχόμενο, συμφωνείτε με τους Όρους. Πωλείται από την Amazon.com Services LLC.

    Σχόλια

    Υποστήριξη