Skip to content

WilianZilv/pandas-excel-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

python -m pip install git+https://github.com/wilianzilv/pandas-excel-view

Usage

import pandas_excel_view as pdv

pdv.show(df)

Multiple Sheets

pdv.show(df1, "lorem")

pdv.show(df2, "ipsum")

Multiple Workbooks

from pandas_excel_view import PandasExcelView

pdv0 = PandasExcelView()
pdv1 = PandasExcelView()

About

Visualize Pandas DataFrames in Excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages