Class: GtfsDf::Schema::LocationGroups
- Inherits:
-
BaseGtfsTable
- Object
- BaseGtfsTable
- GtfsDf::Schema::LocationGroups
- Defined in:
- lib/gtfs_df/schema/location_groups.rb
Constant Summary collapse
- SCHEMA =
{ "location_group_id" => Polars::String, "location_group_name" => Polars::String }.freeze
- REQUIRED_FIELDS =
%w[ location_group_id location_group_name ].freeze
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