tabulous
0.5.4
Quickstart
User Interface
Table Selections and Highlights
Sort/Filter Table Data
Column-wise Settings
Field Attributes of Tables
View Tables in Different Modes
Integrate Custom Widgets
Use Non-main Window Table Viewers
Customize Viewer Actions
Register Custom Actions
Cheat Sheet for Napari Users
tabulous
tabulous
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Z
A
a (tabulous.color.ColorTuple attribute)
activate_left() (in module tabulous.commands.tab)
activate_right() (in module tabulous.commands.tab)
add_dock_widget() (tabulous.TableViewer method)
(tabulous.widgets.TableViewer method)
add_file_explorer() (in module tabulous.commands.window)
add_groupby() (tabulous.widgets.TableViewerBase method)
add_highlight() (in module tabulous.commands.selection)
add_item_widget() (tabulous.widgets.SpreadSheet method)
add_layer() (tabulous.widgets.TableViewerBase method)
add_loader() (tabulous.widgets.TableViewerBase method)
add_overlay_widget() (tabulous.widgets.TableBase method)
add_side_widget() (tabulous.widgets.TableBase method)
add_spreadsheet() (tabulous.widgets.TableViewerBase method)
add_table() (tabulous.widgets.TableViewerBase method)
add_text_edit() (in module tabulous.commands.window)
add_widget() (tabulous.TableViewerWidget method)
(tabulous.widgets.TableViewerWidget method)
adjust_brightness_background_colormap() (in module tabulous.commands.column)
adjust_brightness_text_colormap() (in module tabulous.commands.column)
B
b (tabulous.color.ColorTuple attribute)
background (tabulous.style.Style attribute)
background0 (tabulous.style.Style attribute)
background1 (tabulous.style.Style attribute)
background_color (tabulous.widgets.TableBase attribute)
background_colormap() (tabulous.widgets.TableBase method)
bar() (in module tabulous.commands.plot)
barplot() (in module tabulous.commands.plot)
base_color (tabulous.style.Style attribute)
boxenplot() (in module tabulous.commands.plot)
boxplot() (in module tabulous.commands.plot)
brighten() (tabulous.color.ColorTuple method)
BrightenedColormap (class in tabulous.color)
C
cell (tabulous.post_init.TableInitializer attribute)
(tabulous.widgets.TableBase attribute)
cell_highlight (tabulous.style.Style attribute)
cell_namespace (tabulous.post_init.ViewerInitializer attribute)
(tabulous.widgets.TableViewerBase property)
cell_selection (tabulous.style.Style attribute)
CellNamespaceMock (class in tabulous.post_init)
cellref (tabulous.widgets.TableBase property)
close() (tabulous.widgets.TableViewerBase method)
close_window() (in module tabulous.commands.window)
col (tabulous.types.ItemInfo property)
ColorTuple (class in tabulous.color)
column (tabulous.types.ItemInfo attribute)
columns (tabulous.commands.plot.PlotInfo attribute)
(tabulous.post_init.TableInitializer attribute)
(tabulous.widgets.TableBase attribute)
command_palette (tabulous.post_init.ViewerInitializer attribute)
(tabulous.widgets.TableViewerBase attribute)
CommandPaletteMock (class in tabulous.post_init)
concat() (in module tabulous.commands.table)
config (tabulous.TableViewer property)
(tabulous.widgets.TableViewer property)
console (tabulous.post_init.ViewerInitializer attribute)
(tabulous.widgets.TableViewerBase attribute)
ConsoleMock (class in tabulous.post_init)
ContextRegisterable (class in tabulous.post_init)
ConvertedColormap (class in tabulous.color)
copy_as_html() (in module tabulous.commands.selection)
copy_as_latex() (in module tabulous.commands.selection)
copy_as_literal() (in module tabulous.commands.selection)
copy_as_markdown() (in module tabulous.commands.selection)
copy_as_new_spreadsheet() (in module tabulous.commands.selection)
copy_as_new_table() (in module tabulous.commands.selection)
copy_as_rst_grid() (in module tabulous.commands.selection)
copy_as_rst_simple() (in module tabulous.commands.selection)
copy_as_spreadsheet() (in module tabulous.commands.table)
copy_as_table() (in module tabulous.commands.table)
copy_data() (tabulous.widgets.TableViewerBase method)
copy_data_comma_separated() (in module tabulous.commands.selection)
copy_data_tab_separated() (in module tabulous.commands.selection)
copy_data_with_header_comma_separated() (in module tabulous.commands.selection)
copy_data_with_header_tab_separated() (in module tabulous.commands.selection)
copy_to_clipboard() (in module tabulous.commands.table)
current_group (tabulous.widgets.GroupBy property)
current_index (tabulous.widgets.TableBase property)
(tabulous.widgets.TableViewerBase property)
current_table (tabulous.widgets.TableViewerBase attribute)
current_viewer() (in module tabulous)
(in module tabulous.core)
cut_data() (in module tabulous.commands.selection)
D
data (tabulous.widgets.TableBase attribute)
data_shown (tabulous.widgets.TableBase property)
date_range() (in module tabulous.commands.table)
delete_selected_highlight() (in module tabulous.commands.selection)
delete_tab() (in module tabulous.commands.tab)
delete_values() (in module tabulous.commands.selection)
DELETED (tabulous.types.ItemInfo attribute)
dropna() (in module tabulous.commands.table)
dtypes (tabulous.widgets.SpreadSheet attribute)
E
edit_current() (in module tabulous.commands.selection)
editable (tabulous.widgets.TableBase property)
equals() (tabulous.color.ColorTuple method)
errorbar() (in module tabulous.commands.plot)
events (tabulous.TableViewer attribute)
(tabulous.TableViewerWidget attribute)
(tabulous.widgets.TableViewer attribute)
(tabulous.widgets.TableViewerBase attribute)
(tabulous.widgets.TableViewerWidget attribute)
ExceptionHandler (class in tabulous.exceptions)
F
fill_between() (in module tabulous.commands.plot)
fill_betweenx() (in module tabulous.commands.plot)
fillna() (in module tabulous.commands.table)
filter_by_columns() (in module tabulous.commands.selection)
focus_table() (in module tabulous.commands.window)
foreground (tabulous.style.Style attribute)
foreground_colormap() (tabulous.widgets.TableBase method)
format_file() (tabulous.style.Style method)
format_text() (tabulous.style.Style method)
formatter (tabulous.widgets.TableBase attribute)
from_colormap() (tabulous.color.BrightenedColormap class method)
(tabulous.color.InvertedColormap class method)
(tabulous.color.OpacityColormap class method)
from_global() (tabulous.style.Style class method)
from_hlsa() (tabulous.color.ColorTuple class method)
from_hsva() (tabulous.color.ColorTuple class method)
from_html() (tabulous.color.ColorTuple class method)
G
g (tabulous.color.ColorTuple attribute)
get_initializers() (in module tabulous.post_init)
GroupBy (class in tabulous.widgets)
H
HeaderInfo (class in tabulous.types)
highlight0 (tabulous.style.Style attribute)
highlight1 (tabulous.style.Style attribute)
highlights (tabulous.widgets.TableBase attribute)
hist() (in module tabulous.commands.plot)
history_manager (tabulous.widgets.TableViewerBase property)
hlsa (tabulous.color.ColorTuple property)
hsva (tabulous.color.ColorTuple property)
html (tabulous.color.ColorTuple property)
I
iloc (tabulous.widgets.TableBase attribute)
index (tabulous.post_init.TableInitializer attribute)
(tabulous.types.HeaderInfo attribute)
(tabulous.widgets.TableBase attribute)
initialize_table() (tabulous.post_init.TableInitializer method)
initialize_viewer() (tabulous.post_init.ViewerInitializer method)
Initializer (class in tabulous.post_init)
insert_column_left() (in module tabulous.commands.selection)
insert_column_right() (in module tabulous.commands.selection)
insert_row_above() (in module tabulous.commands.selection)
insert_row_below() (in module tabulous.commands.selection)
INSERTED (tabulous.types.ItemInfo attribute)
interval (tabulous.widgets.TableDisplay property)
interval_range() (in module tabulous.commands.table)
inv_color (tabulous.style.Style attribute)
invert_background_colormap() (in module tabulous.commands.column)
invert_text_colormap() (in module tabulous.commands.column)
InvertedColormap (class in tabulous.color)
ItemInfo (class in tabulous.types)
iter_commands() (in module tabulous.commands)
J
join() (tabulous.post_init.Initializer method)
jump_to_cell() (in module tabulous.commands.table)
K
keymap (tabulous.post_init.TableInitializer attribute)
(tabulous.post_init.ViewerInitializer attribute)
KeyMapMock (class in tabulous.post_init)
L
layout (tabulous.widgets.TableBase property)
loader (tabulous.widgets.TableDisplay property)
loc (tabulous.widgets.TableBase attribute)
M
MagicSpreadSheet (class in tabulous.widgets)
MagicTable (class in tabulous.widgets)
MagicTableViewer (class in tabulous)
map_values() (in module tabulous.commands.table)
melt() (in module tabulous.commands.table)
merge() (in module tabulous.commands.table)
metadata (tabulous.widgets.TableBase attribute)
mix() (tabulous.color.ColorTuple method)
module
tabulous
tabulous.color
tabulous.commands
tabulous.commands.analysis
tabulous.commands.column
tabulous.commands.file
tabulous.commands.plot
tabulous.commands.selection
tabulous.commands.tab
tabulous.commands.table
tabulous.commands.view
tabulous.commands.window
tabulous.core
tabulous.exceptions
tabulous.post_init
tabulous.style
tabulous.threading
tabulous.types
tabulous.widgets
move_iloc() (tabulous.widgets.TableBase method)
move_loc() (tabulous.widgets.TableBase method)
mutable (tabulous.widgets.TableBase property)
N
name (tabulous.widgets.TableBase property)
names (tabulous.commands.plot.PlotInfo attribute)
native (tabulous.MagicTableViewer property)
(tabulous.widgets.MagicSpreadSheet property)
(tabulous.widgets.MagicTable property)
(tabulous.widgets.TableBase property)
(tabulous.widgets.TableViewerBase property)
new_figure() (in module tabulous.commands.plot)
new_spreadsheet() (in module tabulous.commands.table)
new_window() (in module tabulous.commands.window)
normalize_color() (in module tabulous.color)
O
old_value (tabulous.types.HeaderInfo attribute)
(tabulous.types.ItemInfo attribute)
opacity (tabulous.color.ColorTuple property)
OpacityColormap (class in tabulous.color)
open() (tabulous.widgets.TableViewerBase method)
open_sample() (in module tabulous)
(in module tabulous.commands.file)
(in module tabulous.core)
(tabulous.widgets.TableViewerBase method)
open_spreadsheet() (in module tabulous.commands.file)
open_table() (in module tabulous.commands.file)
P
paste_data() (tabulous.widgets.TableViewerBase method)
paste_data_comma_separated() (in module tabulous.commands.selection)
paste_data_from_markdown() (in module tabulous.commands.selection)
paste_data_from_numpy_string() (in module tabulous.commands.selection)
paste_data_from_rst() (in module tabulous.commands.selection)
paste_data_space_separated() (in module tabulous.commands.selection)
paste_data_tab_separated() (in module tabulous.commands.selection)
period_range() (in module tabulous.commands.table)
pivot() (in module tabulous.commands.table)
plot() (in module tabulous.commands.plot)
PlotInfo (class in tabulous.commands.plot)
plt (tabulous.widgets.TableBase attribute)
polynomial_fit() (in module tabulous.commands.analysis)
proxy (tabulous.widgets.TableBase attribute)
R
r (tabulous.color.ColorTuple attribute)
raise_slot_error() (in module tabulous.commands.selection)
random() (in module tabulous.commands.table)
read_csv() (in module tabulous)
(in module tabulous.core)
read_excel() (in module tabulous)
(in module tabulous.core)
redo_table() (in module tabulous.commands.table)
refresh() (tabulous.widgets.TableBase method)
register() (tabulous.post_init.CommandPaletteMock method)
(tabulous.post_init.ContextRegisterable method)
(tabulous.post_init.KeyMapMock method)
register_command() (in module tabulous.commands)
remove_dock_widget() (tabulous.TableViewer method)
(tabulous.widgets.TableViewer method)
remove_selected_columns() (in module tabulous.commands.selection)
remove_selected_rows() (in module tabulous.commands.selection)
rename_tab() (in module tabulous.commands.tab)
reset_background_colormap() (in module tabulous.commands.column)
reset_choices() (tabulous.TableViewer method)
(tabulous.widgets.TableViewer method)
reset_proxy() (in module tabulous.commands.table)
reset_text_colormap() (in module tabulous.commands.column)
reset_text_formatter() (in module tabulous.commands.column)
reset_view_mode() (in module tabulous.commands.view)
resize() (tabulous.widgets.TableViewerBase method)
rgba_to_str() (in module tabulous.color)
round() (in module tabulous.commands.table)
row (tabulous.types.ItemInfo attribute)
run_cut() (in module tabulous.commands.column)
run_groupby() (in module tabulous.commands.column)
running (tabulous.widgets.TableDisplay property)
S
save() (tabulous.widgets.TableBase method)
(tabulous.widgets.TableViewerBase method)
save_all() (tabulous.widgets.TableViewerBase method)
save_as_xlsx() (in module tabulous.commands.file)
save_screenshot() (tabulous.widgets.TableBase method)
(tabulous.widgets.TableViewerBase method)
save_table() (in module tabulous.commands.file)
save_table_to_source() (in module tabulous.commands.file)
scatter() (in module tabulous.commands.plot)
screenshot() (tabulous.widgets.TableBase method)
(tabulous.widgets.TableViewerBase method)
select_all() (in module tabulous.commands.selection)
SelectionRangeError
selections (tabulous.widgets.TableBase attribute)
set_background_colormap() (in module tabulous.commands.column)
set_background_colormap_opacity() (in module tabulous.commands.column)
set_column_dtype() (in module tabulous.commands.selection)
set_current_viewer() (in module tabulous.core)
set_dual_h_mode() (in module tabulous.commands.view)
set_dual_v_mode() (in module tabulous.commands.view)
set_popup_mode() (in module tabulous.commands.view)
set_text_colormap() (in module tabulous.commands.column)
set_text_colormap_opacity() (in module tabulous.commands.column)
set_text_formatter() (in module tabulous.commands.column)
show() (tabulous.widgets.TableViewerBase method)
show_column_filter_widget() (in module tabulous.commands.analysis)
show_command_palette() (in module tabulous.commands.window)
show_context_menu() (in module tabulous.commands.selection)
show_eval_widget() (in module tabulous.commands.analysis)
show_filter_widget() (in module tabulous.commands.analysis)
show_finder_widget() (in module tabulous.commands.table)
show_keymap() (in module tabulous.commands.window)
show_optimizer_widget() (in module tabulous.commands.analysis)
show_preference() (in module tabulous.commands.window)
show_scipy_stats_widget() (in module tabulous.commands.analysis)
show_sklearn_widget() (in module tabulous.commands.analysis)
show_stats_widget() (in module tabulous.commands.analysis)
show_undo_stack_view() (in module tabulous.commands.table)
shuffle_data_column_wise() (in module tabulous.commands.selection)
size (tabulous.widgets.TableViewerBase property)
sort_by_columns() (in module tabulous.commands.selection)
sort_inplace() (in module tabulous.commands.selection)
source (tabulous.widgets.TableBase property)
SpreadSheet (class in tabulous.widgets)
status (tabulous.widgets.TableViewerBase property)
stripplot() (in module tabulous.commands.plot)
Style (class in tabulous.style)
summarize_table() (in module tabulous.commands.analysis)
swap_tab_with_left() (in module tabulous.commands.tab)
swap_tab_with_right() (in module tabulous.commands.tab)
swarmplot() (in module tabulous.commands.plot)
switch_columns() (in module tabulous.commands.table)
switch_index() (in module tabulous.commands.table)
switch_layout() (in module tabulous.commands.table)
T
Table (class in tabulous.widgets)
table_shape (tabulous.widgets.TableBase property)
table_type (tabulous.widgets.TableBase property)
TableBase (class in tabulous.widgets)
TableDisplay (class in tabulous.widgets)
TableInfo (class in tabulous.types)
TableInitializer (class in tabulous.post_init)
tables (tabulous.post_init.ViewerInitializer attribute)
(tabulous.widgets.TableViewerBase attribute)
TableViewer (class in tabulous)
(class in tabulous.widgets)
TableViewerBase (class in tabulous.widgets)
TableViewerWidget (class in tabulous)
(class in tabulous.widgets)
tabulous
module
tabulous.color
module
tabulous.commands
module
tabulous.commands.analysis
module
tabulous.commands.column
module
tabulous.commands.file
module
tabulous.commands.plot
module
tabulous.commands.selection
module
tabulous.commands.tab
module
tabulous.commands.table
module
tabulous.commands.view
module
tabulous.commands.window
module
tabulous.core
module
tabulous.exceptions
module
tabulous.post_init
module
tabulous.style
module
tabulous.threading
module
tabulous.types
module
tabulous.widgets
module
text_color (tabulous.widgets.TableBase attribute)
text_formatter (tabulous.widgets.TableBase attribute)
theme (tabulous.widgets.TableViewerBase property)
thread_worker() (in module tabulous.threading)
tile_tables() (in module tabulous.commands.tab)
tile_with_adjacent_table() (in module tabulous.commands.tab)
timedelta_range() (in module tabulous.commands.table)
toggle_console() (in module tabulous.commands.window)
toggle_editability() (in module tabulous.commands.table)
toggle_focus() (in module tabulous.commands.window)
toggle_fullscreen() (in module tabulous.commands.window)
toggle_toolbar() (in module tabulous.commands.window)
toolbar (tabulous.widgets.TableViewerBase attribute)
transpose() (in module tabulous.commands.table)
U
undo_manager (tabulous.widgets.TableBase property)
undo_table() (in module tabulous.commands.table)
untile_table() (in module tabulous.commands.tab)
V
validator (tabulous.widgets.TableBase attribute)
value (tabulous.types.HeaderInfo attribute)
(tabulous.types.ItemInfo attribute)
view_mode (tabulous.widgets.TableBase property)
view_spreadsheet() (in module tabulous)
(in module tabulous.core)
view_table() (in module tabulous)
(in module tabulous.core)
ViewerInitializer (class in tabulous.post_init)
violinplot() (in module tabulous.commands.plot)
W
write_data_reference_in_console() (in module tabulous.commands.selection)
write_data_signal_in_console() (in module tabulous.commands.selection)
write_slice_in_console() (in module tabulous.commands.selection)
Z
zoom (tabulous.widgets.TableBase property)
zoom_in() (in module tabulous.commands.table)
zoom_out() (in module tabulous.commands.table)