Class: GtfsDf::Schema::Translations
- Inherits:
-
BaseGtfsTable
- Object
- BaseGtfsTable
- GtfsDf::Schema::Translations
- Defined in:
- lib/gtfs_df/schema/translations.rb
Constant Summary collapse
- SCHEMA =
{ "table_name" => Polars::String, "field_name" => Polars::String, "language" => Polars::String, "translation" => Polars::String, "record_id" => Polars::String, "record_sub_id" => Polars::String, "field_value" => Polars::String }.freeze
- REQUIRED_FIELDS =
%w[ table_name field_name language translation ].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