Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 812 Bytes

README.rst

File metadata and controls

32 lines (21 loc) · 812 Bytes

pivottablejs: the airgapped version

This is an air-gapped version for pivottablejs.

Note: An air gap, air wall or air gapping is a network security measure employed on one or more computers to ensure that a secure computer network is physically isolated from unsecured networks, such as the public Internet or an unsecured local area network.

Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js

Installation

conda install pivottablejs-airgap

Usage

import pandas as pd
df = pd.read_csv("some_input.csv")

from pivottablejs import pivot_ui

pivot_ui(df)