Class: GtfsDf::Schema::Networks
- Inherits:
-
BaseGtfsTable
- Object
- BaseGtfsTable
- GtfsDf::Schema::Networks
- Defined in:
- lib/gtfs_df/schema/networks.rb
Constant Summary collapse
- SCHEMA =
{ "network_id" => Polars::String, "network_name" => Polars::String }.freeze
- REQUIRED_FIELDS =
%w[ network_id network_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