This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from collection import namedtuple | |
| def parser(iterable, _result=[], _level=0): | |
| """Parse a nested iterable (dict of dicts, dict of lists, list of dicts, list of lists). | |
| :param iterable: A iterable to be parsed | |
| :type iterable: dict or list | |
| :return: A list of filterable nodes (namedtuples) | |
| :rtype: list | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: MIT | |
| height: 600 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: MIT | |
| height: 600 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: MIT | |
| height: 600 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Author: Marco Bonifacio (forked from Randal S. Olson (randalolson.com / @randal_olson)) | |
| # Uses Tableau's Tableau10 color scheme | |
| figure.figsize: 12, 7 | |
| figure.edgecolor: white | |
| figure.facecolor: white | |
| lines.linewidth: 2.5 | |
| lines.markeredgewidth: 0 | |
| lines.markersize: 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Author: Marco Bonifacio (HT Randal S. Olson (randalolson.com / @randal_olson)) | |
| # Uses Tableau's Tableau10Medium color scheme | |
| figure.figsize: 12, 7 | |
| figure.edgecolor: white | |
| figure.facecolor: white | |
| lines.linewidth: 2.5 | |
| lines.markeredgewidth: 0 | |
| lines.markersize: 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Author: Marco Bonifacio (HT Randal S. Olson (randalolson.com / @randal_olson)) | |
| # Uses Tableau's Tableau10Medium color scheme | |
| figure.figsize: 12, 7 | |
| figure.edgecolor: white | |
| figure.facecolor: white | |
| lines.linewidth: 2.5 | |
| lines.markeredgewidth: 0 | |
| lines.markersize: 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Author: Marco Bonifacio (forked from Randal S. Olson (randalolson.com / @randal_olson)) | |
| # Uses Tableau's Tableau20 color scheme | |
| figure.figsize: 12, 7 | |
| figure.edgecolor: white | |
| figure.facecolor: white | |
| lines.linewidth: 2.5 | |
| lines.markeredgewidth: 0 | |
| lines.markersize: 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Author: Marco Bonifacio (forked from Randal S. Olson (randalolson.com / @randal_olson)) | |
| # Uses Tableau's Tableau10 color scheme | |
| figure.figsize: 12, 7 | |
| figure.edgecolor: white | |
| figure.facecolor: white | |
| lines.linewidth: 2.5 | |
| lines.markeredgewidth: 0 | |
| lines.markersize: 10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "metadata": { | |
| "name": "Turismo Italia" | |
| }, | |
| "nbformat": 3, | |
| "nbformat_minor": 0, | |
| "worksheets": [ | |
| { | |
| "cells": [ | |
| { |
NewerOlder