data-gouv

Access and process French open data from data.gouv.fr into pandas DataFrames.

1|Updated Aug 30, 2023
One-click install
npx skills add https://github.com/datactivist/data_redesign_method --skill data-gouv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-gouv
Source: https://github.com/datactivist/data_redesign_method/tree/main/skills/data-gouv
Command: npx skills add https://github.com/datactivist/data_redesign_method --skill data-gouv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves the problem of accessing and processing French open data by providing a Python library and documentation for data.gouv.fr.

Core Features & Use Cases

  • Discover datasets via the official API and MCP
  • Download and cache resources for offline work
  • Parse French data formats (CSV with semicolon separators, French dates, decimal comma)
  • Load data directly into pandas for analysis
  • Include complete dataset documentation and examples

Quick Start

Install the library with pip and run a quick search to fetch available datasets.

Frequently Asked Questions about data-gouv

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

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

The library automatically handles French CSV formats by parsing semicolon separators, decimal commas, and French date formats when loading data.gouv.fr resources into pandas DataFrames for analysis.

Can I cache data.gouv.fr datasets locally for offline Python analysis?

Yes, the Python library supports downloading data.gouv.fr resources with optional local caching, enabling offline data analysis and reducing redundant API requests.

How do I discover available datasets on data.gouv.fr using Python?

You can discover datasets by using the Python library's search methods to query the official data.gouv.fr API, returning available dataset listings and metadata.

Does this Python library handle French date formats and decimal commas automatically?

Yes, the library automatically parses French date formats and decimal commas during CSV parsing, ensuring accurate data loading from data.gouv.fr resources.

What is the best way to access French open data resources programmatically?

Using a Python library that interfaces with the data.gouv.fr API to search datasets, retrieve resources, and parse CSV files directly into pandas DataFrames is an efficient programmatic approach.