Baselight

Henley Passport Index Dataset

Monthly updated visa requirements for countries globally based on passport held

@kaggle.joebeachcapital_henley_passport_index_dataset

Loading...
Loading...

About this Dataset

Henley Passport Index Dataset

Henley Passport Index Dataset

The Henley Passport Index Dataset is a Python project that utilizes an API provided by the Henley Passport Index and converts the collected information into a structured CSV format that can be easily analyzed.

Description

This project extract the information from API provided by the Henley Passport Index, which is an interactive online tool that provides information about the visa requirements for different countries. It consumes API and converts it into a structured csv format that can be easily analyzed. The data is then saved as a CSV file that can be used for further analysis or visualizations.
Dependencies

The data is available in two CSV files named henley-passport-index-{date}.csv and henley-passport-index-count-{today_date}.csv. The first file consists of comprehensive information on visa requirements for different origin-destination pairs. The second file consists of visa information for each country, including the number of countries offering visa-free access, and visa-required status.

MIT License

This project is completely free of charge and has been constructed using information that is readily available to the public. The content featured on this platform has been generously contributed by devoted supporters as well as various governmental organizations from all corners of the globe. You are more than welcome to utilize the dataset available on Passport Index in accordance with the MIT license.

Source: https://henleyglobal.com/passport-index

Tables

Henley Passport Index 2024–12–17

@kaggle.joebeachcapital_henley_passport_index_dataset.henley_passport_index_2024_12_17
  • 19.08 KB
  • 45173 rows
  • 3 columns
Loading...

CREATE TABLE henley_passport_index_2024_12_17 (
  "origin" VARCHAR,
  "destination" VARCHAR,
  "requirement" VARCHAR
);

Henley Passport Index Count 2024–12–17

@kaggle.joebeachcapital_henley_passport_index_dataset.henley_passport_index_count_2024_12_17
  • 6.16 KB
  • 199 rows
  • 3 columns
Loading...

CREATE TABLE henley_passport_index_count_2024_12_17 (
  "origin" VARCHAR,
  "visa_free" BIGINT,
  "visa_required" BIGINT
);

Share link

Anyone who has the link will be able to view this.