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.3.tar.gz
(4.7 kB
view details)
File details
Details for the file mview-0.1.3.tar.gz
.
File metadata
- Download URL: mview-0.1.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b151e98374c9da8490bd5da8751ccfc6cd03c2fba340a29d8c4f7a2833de0bb |
|
MD5 | 6b69e0fa20529831181ac433e3e1c6c5 |
|
BLAKE2b-256 | 5b3733a0a007b32a42be517a0a83d6b62cd01fe19a769df2945d30e0efb45cb5 |