Skip to content

Online course: ChartFactor Py Quick Start

In this tutorial you will create a data report step by step. You will read some data, interact with the data to find insights, and then you will visualize the age histogram of male survivors in first class for the titanic dataset. Finally, you will copy its code to a separate cell to complete your report. By the end of this tutorial, you will be able to explore Pandas DataFrames without becoming a programmer or googling python syntax.

You can also download the notebook we use in this video in case you'd like to try it directly in your Jupyter Lab environment.

Audience

Jupyter Notebook and JupyterLab users

Pre-requisites

This tutorial assumes that you have installed the following software in your Python environment:

  • Jupyter Notebook or JupyterLab
  • ChartFactor Py

You can find easy installation instructions of these requirements in the ChartFactor Py install guide.

Video