Harry Potter Characters Dataset (hp_characters)
hp_characters.Rd
This dataset contains information on key characters from the Harry Potter series. It includes their house affiliations, roles within the wizarding world, special abilities, and known Patronuses. It's designed to provide a comprehensive overview of each character's unique attributes for educational and analytical purposes, especially for fans of the series looking to explore the data with R.
Usage
data(hp_characters)
Format
A data frame with 15 rows and 5 variables:
- Name
character: The name of the character.
- House
character: The Hogwarts house to which the character belongs (Gryffindor, Slytherin, Ravenclaw, Hufflepuff).
- Role
character: The character's role or occupation within the wizarding world (e.g., Student, Professor, Headmaster).
- Special_Abilities
character: Unique magical abilities or skills the character is known for (e.g., Parseltongue, Animagus).
- Patronus
character: The form of the character's Patronus, if known. 'None' indicates that the Patronus is not known or not applicable.