Skip to main content

Package to show graphic view of pandas.DataFrame.

Project description

# mview Package to show graphic view of pandas.DataFrame.

## Install

pip install mview

## Setting

An external CSV viewer is required. e.g. MS Excel, [CSVFileView](http://www.nirsoft.net/utils/csv_file_view.html).

import mview mview.update_executor(‘path/to/csv-viewer.exe’)

## Usage

import pandas as pd import mview

data = pd.read_csv(‘C:\md\select\pp_20150422.csv’) mview.show(data)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mview-0.1.0.zip (7.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page