Daily Prices Of Agri. Commodities In Telangana
market yard commodities
@kaggle.sugandhkhobragade_daily_prices_of_agri_commodities_in_telangana
market yard commodities
@kaggle.sugandhkhobragade_daily_prices_of_agri_commodities_in_telangana
Daily Prices of Market Yard Commodities in Telangana
This dataset contains information on the daily prices of all the commodities across all the market yards in the state of Telangana from 2014 to 2023
Contains the below columns: | DDate | AmcCode | AmcName | YardCode | YardName | CommCode | CommName | VarityCode | VarityName | Arrivals | Minimum | Maximum | Modal |
CREATE TABLE tel (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"amccode" BIGINT,
"amcname" VARCHAR,
"yardcode" BIGINT,
"yardname" VARCHAR,
"commcode" BIGINT,
"commname" VARCHAR,
"varitycode" BIGINT,
"varityname" VARCHAR,
"arrivals" DOUBLE,
"minimum" DOUBLE,
"maximum" DOUBLE,
"model" DOUBLE
);
Anyone who has the link will be able to view this.