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