Skip to contents

This dataset, Brazil_films_df, is a data frame containing information on films shown at five different film festivals in Brazil from 2007 to 2011. The dataset includes 25 observations and 6 variables, summarizing the number of films, directors, male and female directors, and regional categories for each year.

Usage

data(Brazil_films_df)

Format

A data frame with 25 observations and 6 variables:

year

Year of the film festival (integer)

regE

Festival region (factor with 5 levels)

F

Number of films shown (integer)

D

Number of directors (integer)

MD

Number of male directors (integer)

WD

Number of female directors (integer)

Source

Data taken from the bpca package version 1.3-6

Details

The dataset name has been kept as 'Brazil_films_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BrazilDataAPI package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.