cverluise / openPatstat

Load, build and explore Patstat using the Google Cloud Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statement

The purpose of this project is to help disseminate Statistical Data on Patents (so called PatStat) to stimulate research on Patents and Innovation. To do so, we provide tools to load, build and explore this data using Google Cloud Platform. Google Cloud Platform offers a simple, yet powerful Big Data environment.

This is an open source project hosted by the Economics of Innovation ​Research Lab at the Collège de France. This is also meant to provide a place for sharing codes and good practices. Please, send pull requests and issues directly to the dedicated GitHub repository.

Version 0.1: This is a development release. Some features might be changed in backward-incompatible ways.

Documentation

alt text

Please, visit our GitBook for full documentation, examples and resources.

Views and Plots

Readers interested in the views and plots generated in the course of the Exploratory Data Analysis (EDA/*.ipynb) can access them on our dedicated dropbox.

alt text

Installation

Clone/ Download the openPatstat repository

Git

cd destination/path
git clone https://github.com/cverluise/openPatstat.git

Download

  1. Go to the Open Patstat GitHub repository
  2. Click Clone or Download (top right)
  3. Click Download ZIP

Install the open_pastat python module

cd path/to/open_patstat
pip install -r requirements.txt
pip install -e .

About

Load, build and explore Patstat using the Google Cloud Platform

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%Language:Makefile 0.0%