Class: GtfsDf::Schema::RouteNetworks

Inherits:
BaseGtfsTable show all
Defined in:
lib/gtfs_df/schema/route_networks.rb

Constant Summary collapse

SCHEMA =
{
  "route_id" => Polars::String,
  "network_id" => Polars::String
}.freeze
REQUIRED_FIELDS =
%w[
  route_id
  network_id
].freeze

Instance Attribute Summary

Attributes inherited from BaseGtfsTable

#df, #validator

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