Getting started with Pandas style of 'special' elements

In the Getting started series of tutorials, a number of elements are recurring to provide a consistent feeling. In order to make these elements stand out, th following styling options would be added to these elements.

Introduction of the used data set

For each of the data sets, some background information on the data used is provided. Still, we do not want it to take too much space. To do so, we make the presentation of each data set collapsible. When clicked on the data set name, more information is provided with also a link to the raw source CSV data:

Info on used data sets for this tutorial:

Question/task

To make the tasks/questions on what someone wants to do with the data stand out, add this in a callout box:

task definition symbol

I'm interested in the age of the titanic passengers.

Notes/Warning/Alert

Similar to the rest of the pandas documentation, these are based on the Bootstrap alerts (as also renderd by sphinx)

Note

Used for informative remarks providing additional guidance.

Warning!

Used for important remarks which could lead to mistakes/errors

Links to user guide

Each time a concept is explained, users are also referred to the section in the user guide with more detailed information on the topic. To make it stand out, a badge indicates the reference and the link get special styling:

To user guide For more detailed description on selecting subsets of a data table, see the indexing section.

Remember section at the end

At the end of each tutorial, a short recap on the main elements to remember is added:

REMEMBER