Show the number of tourists coming to Japan
Project description
honichi
README
程序简介
此程序旨在从指定URL下载CSV文件,并根据用户输入的月份和年份,计算并输出对应月份的总访问量。
使用方法
- 下载程序: 您可以将此代码保存为Python文件(例如
total_visitors.py)。 - 运行程序: 在命令行中,使用以下命令运行程序:
python total_visitors.py
- 输入信息: 程序会提示您输入要查找的月份缩写和年份。输入信息后,程序将开始处理。
- 查看结果: 程序会输出指定月份的总访问量。如果找不到数据,则会提示未找到相关数据。
注意
- 此程序假设CSV文件具有以下列:
- Country/Area
- Month (abbr)
- Year
- Visitor Arrivals
- Growth Rate(%)
- 如果您的CSV文件具有不同的列,则需要相应地修改程序。
- 此程序使用
requests库来下载CSV文件。如果您没有安装此库,则可以使用以下命令安装它:
pip install requests
运行示例
请输入要查找的月份缩写:Jan
请输入要查找的年份:2020
2020年Jan月的总访问量为:458,000
README (English)
Program Overview
This program aims to download a CSV file from a specified URL and calculate the total number of visitors for a given month based on user input.
Usage
- Download the program: You can save this code as a Python file (e.g.,
total_visitors.py). - Run the program: In the command line, run the program using the following command:
python total_visitors.py
- Enter information: The program will prompt you to enter the month abbreviation and year you want to look for. Once you enter the information, the program will start processing.
- View results: The program will output the total number of visitors for the specified month. If no data is found, it will prompt that no data was found.
Notes
- This program assumes the CSV file has the following columns:
- Country/Area
- Month (abbr)
- Year
- Visitor Arrivals
- Growth Rate(%)
- If your CSV file has different columns, you will need to modify the program accordingly.
- This program uses the
requestslibrary to download the CSV file. If you do not have this library installed, you can install it using the following command:
pip install requests
Example Run
Enter the month abbreviation to find: Jan
Enter the year to find: 2020
Total number of visitors for Jan 2020: 458,000
README(日本語)
プログラム概要
このプログラムは、指定されたURLからCSVファイルをダウンロードし、ユーザーが入力した月と年に基づいてその月の総訪問者数を計算し、出力します。
使い方
- プログラムのダウンロード: このコードをPythonファイルとして保存します(例:
total_visitors.py)。 - プログラムの実行: コマンドラインで、以下のコマンドを使用してプログラムを実行します。
python total_visitors.py
- 情報の入力: プログラムは、調べたい月略語と年を入力するように促します。情報を入力すると、プログラムは処理を開始します。
- 結果の閲覧: プログラムは、指定された月の総訪問者数を表示します。データが見つからない場合は、データが見つからないことを示すメッセージが表示されます。
注意事項
- このプログラムは、CSVファイルが以下の列を持つことを前提としています。
- Country/Area
- Month (abbr)
- Year
- Visitor Arrivals
- Growth Rate(%)
- CSVファイルの列が異なる場合は、プログラムを適宜修正する必要があります。
- このプログラムは、
requestsライブラリを使用してCSVファイルをダウンロードします。このライブラリがインストールされていない場合は、以下のコマンドを使用してインストールできます。
pip install requests
実行例
調べたい月略語を入力してください:Jan
調べたい年を入力してください:2020
2020年1月の総訪問者数:458,000
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
honichi-0.1.0.tar.gz
(5.0 kB
view details)
File details
Details for the file honichi-0.1.0.tar.gz.
File metadata
- Download URL: honichi-0.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
348a05e47d0b03693aef60878d6e4cc80ce26d12e5373f3ecb0bd3ed6047b02d
|
|
| MD5 |
a15f20ad384eaf85ee08f9531f408507
|
|
| BLAKE2b-256 |
82ffcbf0aa2aa4a7e4d29e9554def13a63b77ff6aa1e320e7751b09380f17e17
|