WORKING WITH SKIMPY
Skimpy is an open-source Python module that generates an analysis of a dataset directly from the command line: no Python code is required. Install Skimpy with the following command:
pip3 install skimpy
Launch the following command to analysis the Titanic dataset (or a dataset of your own choice) that redirects the output to a text file (the latter is optional):
skimpy titanic.csv >titanic_out.txt
Figure 5.19 displays the contents of the generated output.

FIGURE 5.19 An analysis of the Titanic dataset.