modules.dhbw.lecture_importer.LectureImporter
- class modules.dhbw.lecture_importer.LectureImporter[source]
Bases:
Importer
Class to achieve the course-specific timetable.
- url: str
Universal given link for the dhbw-course-calendars.
- lectures: pd.DataFrame
List containing all lectures of a specified course after scraping
Methods
method to drop an header
method to limit/crop the lectures-DataFrame gathered in LectureImporter.scrape() by limiting the weeks
Method to scrape the courses-icalendar and parse it to a pandas.DataFrame.
Attributes
headers
scraped_data
url
- drop_header(header) None
method to drop an header
- header: str
the name of the header which should be dropped
None