Skip to content

intro-to-data-science-24-workshop/03-Dates-and-times-with-lubridate-Bhattacharyya-Gazzaneo

Repository files navigation

Working with lubridate()

Summary

This repository provides materials for a session that is part of the I2DS Tools for Data Science workshop run at the Hertie School, Berlin in October 2023. The student-run workshop is part of the course Introduction to Data Science taught by Simon Munzert at the Hertie School, Berlin, in Fall 2024.

Session contents

This session will introduce you to the modern approach to handling dates and times in R using the lubridate package. Working with dates and times is a critical component in many data analysis workflows, and lubridate simplifies this process by providing a consistent set of functions for parsing, manipulating, and performing arithmetic on date-time data. The package offers a grammar specifically designed for date and time handling, making it easier to parse complex dates, extract specific time components, and perform operations like adding durations, creating intervals, and adjusting for time zones.

Main learning objectives

The goals of this session are to (1) equip you with conceptual knowledge about the lubridate package and handling dates/times data, (2) show you the key verbs of the package, and (3) provide you with practice material as well as some further readings.

Tutorial

The session is accompanied by a tutorial, which can be accessed here.

Instructors

  • Sauradeep Bhattacharyya
  • Renata Gazzaneo

Further resources

License

The material in this repository is made available under the MIT license.

Statement of contributions

Sauradeep Bhattacharyya prepared the practice material and co-worked with Renata on the recording.

Renata Gazzaneo prepared the presentation material and co-worked the recording.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages