Skip to content

BahramJannesar/IranAgricultureDataAnalysis

Repository files navigation

Agriculture in Iran

Roughly one-third of Iran's total surface area is suited for farmland, but because of poor soil and lack of adequate water distribution in many areas, most of it is not under cultivation. Only 12% of the total land area is under cultivation (arable land, orchards and vineyards) but less than one-third of the cultivated area is irrigated; the rest is devoted to dryland farming. Some 92 percent of agricultural products depend on water.The western and northwestern portions of the country have the most fertile soils. Iran's food security index stands at around 96 percent .

کشاورزی در ایران

ایران از نخستین کشورهایی در جهان است که در آن کشاورزی و زراعت آغاز شده‌است تقریباً یک سوم زمین‌های ایران قابلیت کشاورزی را دارند، اما به دلیل خاک نامرغوب و نامناسب بودن توزیع آب در بیشتر نواحی تنها در ۱۲٪ از سرزمین ایران کشاورزی می شود (شامل باغ ها، تاکستان‌ها و زمین‌های کشاورزی) اما کمتر از یک سوم از زمین‌های کشاورزی آبیاری می شود و مابقی دیم کاری می شود. دشت آبرفتی (جلگه) رودخانه سفیدرود در شمال و دشت مغان در شمال‌غرب و دشت (جلگه) رودهای کارون، دز و کرخه در خوزستان دارای گستره خاک حاصلخیزتری در برابر دیگر پهنه های کشاورزی در ایران به شمار می روند.

Food and Agriculture Organization (FAO)

The Food and Agriculture Organization of the United Nations (FAO) is a specialized agency of the United Nations that leads international efforts to defeat hunger and improve nutrition and food security. Its Latin motto, fiat panis, translates to "let there be bread". Founded in October 1945, the FAO is the oldest existing agency of the U.N.

سازمان غذا و کشاورزی

سازمان غذا و کشاورزی سازمان ملل متحد یک آژانس تخصصی سازمان ملل است که تلاش های بین المللی را برای رفع گرسنگی و بهبود تغذیه و امنیت غذایی هدایت می کند. شعار لاتین آن به ترجمه "اجازه دهید نان وجود داشته باشد" است. که در اکتبر سال 1945 تأسیس شد ، قدیمی ترین آژانس موجود سازمان ملل می باشد.

Datasets

In the FAO website, you can find the data about the foods and agriculture in which year you want, all of these datasets are available in this link. We gathering all of the data from Iran in this repo and analyzed some of them as you can see.

مجموعه داده ها

در وب سایت فاو می توانید داده های مربوط به غذاها و کشاورزی را در کدام سال مورد نظر خود بیابید ، تمام این مجموعه داده ها در این لینک موجود است

ما همه داده های ایران را در این رپو جمع آوری کرده ایم و برخی از آنها را همانطور که می بینید تجزیه و تحلیل کردیم و این روند برای بقیه آن ها نیز ادامه دارد

Analyz

we choose 3 datasets from these datasets for the first step of our analyzing process :

  • FAOSTAT_IRAN_EXCHANGE_RATES_ANNUAL.csv it is about the value of iranian rial (IRR) from 1970 to 2020
  • FAOSTAT_IRAN_POPULATION.csv it is about the population of iran from 1950 to 2020 of iranian rial with sex columns
  • FAOSTAT_IRAN_PRODUCER_PRICES.csv it is about the producer pirces from 1991 to 2020 for some important products

تجزیه و تحلیل

ما برای اولین مرحله از روند تجزیه و تحلیل ما 3 مجموعه داده از این مجموعه داده ها را انتخاب می کنیم:

  • FAOSTAT_IRAN_EXCHANGE_RATES_ANNUAL.csv درمورد ارزش ریال ایرانی از 1970 تا 2020
  • FAOSTAT_IRAN_POPULATION.csv مربوط به جمعیت ایران از 1950 تا 2020 ریال ایرانی با ستون جنسیت است
  • FAOSTAT_IRAN_PRODUCER_PRICES.csv در مورد قیمت تولید کننده ها از سال 1991 تا 2020 برای برخی از محصولات مهم است

Columns before cleaning data :

FAOSTAT_IRAN_EXCHANGE_RATES_ANNUAL.csv

FAOSTAT_IRAN_POPULATION.csv

FAOSTAT_IRAN_PRODUCER_PRICES.csv

Columns after cleaning data :

FAOSTAT_IRAN_EXCHANGE_RATES_ANNUAL.csv

FAOSTAT_IRAN_POPULATION.csv

FAOSTAT_IRAN_PRODUCER_PRICES.csv

Writers