Icon

Cómo dividir los datos y analizar su distribución

<p><strong>How to Split Data and Analyze Data Distribution</strong></p><p>First, the <strong>Adult dataset</strong> is loaded. The data is then split into two groups based on <strong>sex</strong>: one for <em>male</em> and one for <em>female</em>. For each group, the <strong>age distribution</strong> is analyzed separately, allowing you to easily compare how ages are spread for males versus females.</p>

How to Split Data and Analyze Data Distribution

First, the Adult dataset is loaded. The data is then split into two groups based on sex: one for male and one for female. For each group, the age distribution is analyzed separately, allowing you to easily compare how ages are spread for males versus females.

¿Cómo dividir los datos y analizar su distribución?

En primer lugar, se carga el conjunto de datos «Adult». A continuación, los datos se dividen en dos grupos según el sexo: uno para los hombres y otro para las mujeres. Para cada grupo, se analiza la distribución por edades por separado, lo que permite comparar fácilmente la distribución de edades entre hombres y mujeres.

Dataset Adultos
Example Data Reader
Distribución de edad clase: male
Statistics View
sexo: male, female
Row Splitter
Distribución de edad clase: male
Statistics View
Table Partitioner

Nodes

Extensions

Links