Class: GtfsDf::Schema::Areas
- Inherits:
-
BaseGtfsTable
- Object
- BaseGtfsTable
- GtfsDf::Schema::Areas
- Defined in:
- lib/gtfs_df/schema/areas.rb
Constant Summary collapse
- SCHEMA =
{ "area_id" => Polars::String, "area_name" => Polars::String, "area_type" => Polars::String }.freeze
- REQUIRED_FIELDS =
%w[ area_id area_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