Class: GtfsDf::Schema::CalendarDates
- Inherits:
-
BaseGtfsTable
- Object
- BaseGtfsTable
- GtfsDf::Schema::CalendarDates
- Defined in:
- lib/gtfs_df/schema/calendar_dates.rb
Constant Summary collapse
- SCHEMA =
{ "service_id" => Polars::String, "date" => Polars::String, "exception_type" => Polars::Enum.new(EnumValues::EXCEPTION_TYPE.map(&:first)) }.freeze
- REQUIRED_FIELDS =
%w[service_id date exception_type].freeze
- ENUM_VALUE_MAP =
{ "exception_type" => :EXCEPTION_TYPE }
Instance Attribute Summary
Attributes inherited from BaseGtfsTable
Method Summary
Methods inherited from BaseGtfsTable
#dataframe, empty_dataframe, #errors, #fields, #initialize, time_fields, #valid?
Constructor Details
This class inherits a constructor from GtfsDf::BaseGtfsTable