data-gouv

Access data.gouv.fr datasets via Python to download and load CSV data into pandas DataFrames.

26|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/benoitvx/data-gouv-skill --skill data-gouv-benoitvx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-gouv
Source: https://github.com/benoitvx/data-gouv-skill/tree/main/skills/data-gouv
Command: npx skills add https://github.com/benoitvx/data-gouv-skill --skill data-gouv-benoitvx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enables programmers and analysts to discover, download, and analyze open datasets from data.gouv.fr without manual browsing or ad-hoc scraping.

Core Features & Use Cases

  • Programmatic access to datasets via the official API and Python library
  • Automatic downloading with local caching and offline-ready workflows
  • Loading data into pandas DataFrames with automatic handling of French data formats
  • Flexible usage with examples and documentation to accelerate data projects

Quick Start

Install the library, instantiate the API client, and load a CSV resource to begin exploration.

Frequently Asked Questions about data-gouv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load open data from data.gouv.fr into a pandas DataFrame?

This Python library provides programmatic access to the data.gouv.fr API, enabling you to discover, search, and download open datasets without manual browsing or ad-hoc web scraping.

Can I download data.gouv.fr datasets with local caching for offline analysis?

You can load data.gouv.fr CSV resources into pandas DataFrames. The library includes automatic parsing of French CSV formats and convenient helpers to accelerate your data projects.

What is the best way to search French open datasets programmatically with Python?

You only need Python and the installed library. It requires no external dependencies, allowing you to instantiate the API client and quickly begin exploring diverse French datasets.

Does the data.gouv.fr API Python library handle French CSV format parsing automatically?

The library provides robust error handling for data.gouv.fr API requests, ensuring reliable dataset retrieval, resource downloading, and seamless data exploration workflows.

How do I retrieve the latest dataset resources from data.gouv.fr using Python?

After loading data.gouv.fr CSV files into pandas DataFrames, you can proceed with downstream data analysis, format conversion, and visualization tasks using complementary Python analytics libraries.