Class: GtfsDf::Schema::FeedInfo
- Inherits:
-
BaseGtfsTable
- Object
- BaseGtfsTable
- GtfsDf::Schema::FeedInfo
- Defined in:
- lib/gtfs_df/schema/feed_info.rb
Constant Summary collapse
- SCHEMA =
{ "feed_publisher_name" => Polars::String, "feed_publisher_url" => Polars::String, "feed_lang" => Polars::String, "default_lang" => Polars::String, "feed_start_date" => Polars::String, "feed_end_date" => Polars::String, "feed_version" => Polars::String, "feed_contact_email" => Polars::String, "feed_contact_url" => Polars::String }.freeze
- REQUIRED_FIELDS =
%w[feed_publisher_name feed_publisher_url feed_lang].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