All Projects → amaboura → Panama Papers Dataset 2016

amaboura / Panama Papers Dataset 2016

Licence: gpl-3.0
Structured data about Panama papers collected from official ICIJ website

Projects that are alternatives of or similar to Panama Papers Dataset 2016

Cugraph
cuGraph - RAPIDS Graph Analytics Library
Stars: ✭ 683 (-2.57%)
Mutual labels:  jupyter-notebook
Opencv Machine Learning
M. Beyeler (2017). Machine Learning for OpenCV: Intelligent image processing with Python. Packt Publishing Ltd., ISBN 978-178398028-4.
Stars: ✭ 693 (-1.14%)
Mutual labels:  jupyter-notebook
Madewithml
Learn how to responsibly deliver value with ML.
Stars: ✭ 29,253 (+4073.04%)
Mutual labels:  jupyter-notebook
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (-2.43%)
Mutual labels:  jupyter-notebook
Featexp
Feature exploration for supervised learning
Stars: ✭ 688 (-1.85%)
Mutual labels:  jupyter-notebook
Hands On Transfer Learning With Python
Deep learning simplified by transferring prior learning using the Python deep learning ecosystem
Stars: ✭ 694 (-1%)
Mutual labels:  jupyter-notebook
Numerical Mooc
A course in numerical methods with Python for engineers and scientists: currently 5 learning modules, with student assignments.
Stars: ✭ 681 (-2.85%)
Mutual labels:  jupyter-notebook
Caffenet Benchmark
Evaluation of the CNN design choices performance on ImageNet-2012.
Stars: ✭ 700 (-0.14%)
Mutual labels:  jupyter-notebook
Pytorch Segmentation Detection
Image Segmentation and Object Detection in Pytorch
Stars: ✭ 692 (-1.28%)
Mutual labels:  jupyter-notebook
H1st
The AI Application Platform We All Need. Human AND Machine Intelligence. Based on experience building AI solutions at Panasonic: robotics predictive maintenance, cold-chain energy optimization, Gigafactory battery mfg, avionics, automotive cybersecurity, and more.
Stars: ✭ 697 (-0.57%)
Mutual labels:  jupyter-notebook
Dsnd term2
Contains files related to content and project of DSND Term 2
Stars: ✭ 685 (-2.28%)
Mutual labels:  jupyter-notebook
Pytorch Multi Style Transfer
Neural Style and MSG-Net
Stars: ✭ 687 (-2%)
Mutual labels:  jupyter-notebook
Sciblog support
Support content for my blog
Stars: ✭ 694 (-1%)
Mutual labels:  jupyter-notebook
Natural Language Youtube Search
Search inside YouTube videos using natural language
Stars: ✭ 676 (-3.57%)
Mutual labels:  jupyter-notebook
Analytics Handbook
Getting started with soccer analytics
Stars: ✭ 699 (-0.29%)
Mutual labels:  jupyter-notebook
Parallelwavegan
Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN) with Pytorch
Stars: ✭ 682 (-2.71%)
Mutual labels:  jupyter-notebook
Deepbayes 2019
Practical assignments of the Deep|Bayes summer school 2019
Stars: ✭ 694 (-1%)
Mutual labels:  jupyter-notebook
Network Analysis Made Simple
An introduction to network analysis and applied graph theory using Python and NetworkX
Stars: ✭ 700 (-0.14%)
Mutual labels:  jupyter-notebook
Stockpriceprediction
Stock Price Prediction using Machine Learning Techniques
Stars: ✭ 700 (-0.14%)
Mutual labels:  jupyter-notebook
Csp
High-level Semantic Feature Detection: A New Perspective for Pedestrian Detection, CVPR, 2019
Stars: ✭ 695 (-0.86%)
Mutual labels:  jupyter-notebook

Panama Papers Dataset 2016

Structured data about Panama papers collected from the official ICIJ website

Update: The full dataset that has been released by ICIJ recently is available here

How were the data collected ?

I wrote a detailed explanation here

Dataset structure

├── de.csv
├── en.csv
├── es.csv
├── fr.csv
├── pt.csv
└── viz-data
    ├── 014fe3bc.json
    ├── 02664021.json
    ├── 034793d9.json
    ├── 08cc5165.json
    ├── 0a1122ef.json
    ├── 0a3cf4fd.json
    ├── 0dae973f.json
	 ...
	 ...
	 ...
	├── fb706ef9.json
    ├── fb7f4be3.json
    └── ff9bbc4d.json
└── csv-viz-data
    ├── 014fe3bc-nodes.csv
    ├── 014fe3bc-edges.csv
    ├── 02664021-nodes.csv
     ...
     ...
     ...
    ├── fb7f4be3-edges.csv
    ├── ff9bbc4d-nodes.csv
    └── ff9bbc4d-edges.csv
└── iPython NB
    ├── Panama Project.ipynb

Explore the data

the main data provided by ICIJ can be found in CSV file, that is available in 4 languages

Main files

The CSV file is broken down to the following columns

story-title
story-subtitle
story-image-if-linked-person
story-narrative
story-category-code
story-priority
story-region-codes
story-country-1-code
story-country-1-name
story-country-2-code
story-country-2-name
story-document-1-title
data-person-1-name
data-person-1-description-if-politician
data-person-1-relationship,
data-person-1-image
data-person-1-viz-publish
data-person-1-comment

Visualization data

ICIJ report provided a set of visualizations that you can browser through this link

Data content for these visualizations is a graph structure, each graph is encoded to a JSON file, named after the data-person-1-viz-publish attribute found in the main CSV file.

Visualization nodes and edges csv data

The JSON data is normalized and the nodes and edges data is given in different csvs.

iPython Notebook

An iPyhton notebook to load and normalize the json data and play around with it.

Disclaimer

I have nothing to do with ICIJ, This is just a small project i started to see if i can get the published data, and do some cool stuff with it.

Credit

All the data are coming from the official ICIJ website

Contribute

This is a data dump, CSV and JSON files are not organized and cleaned, feel free to send a PR if you want to do that ;)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].