8000 GitHub - yoshiso/fancytable: fancy pandas dataframe
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yoshiso/fancytable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fancytable

Display pandas dataframe table in fancy colors.

Install

pip install fancytable

Usage

Basic usage:

import fancytable as ft

data = pd.DataFrame(np.random.randn(5, 10))

ft.display(data)

Filter only topk or bottomk:

ft.display(data, topk=1)

In row based:

ft.display(data, topk=1, axis=1)

About

fancy pandas dataframe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0