Properties

Summary

property

class parent

truncated documentation

Context

MagicFile

return the context or None

Context

MagicGraph

return the context or None

Context

MagicNotebook

return the context or None

Context

MagicSQL

return the context or None

Edges

TreeGraphListener

return edges

T

TableFormula

The transpose of the DataFrame. Returns ——- DataFrame The transposed DataFrame. …

Vertices

TreeGraphListener

return vertices

_

AutoCompletionSQLObject

returns the true name of the object

_can_fast_transpose

TableFormula

Can we transpose this DataFrame without creating any new array objects.

_constructor

TableFormula

_data

TableFormula

_f

AutoCompletionSQLObject

returns the filtered name

_info_axis

TableFormula

_is_homogeneous_type

TableFormula

Whether all the columns in a DataFrame have the same type. Returns ——- bool See Also …

_is_mixed_type

TableFormula

_is_view

TableFormula

Return boolean indicating if self is view of another array

_series

TableFormula

_stat_axis

TableFormula

_values

TableFormula

Analogue to ._values that may return a 2D ExtensionArray.

at

TableFormula

Access a single value for a row/column label pair. Similar to loc, in that both provide label-based lookups. …

attrs

TableFormula

Dictionary of global attributes of this dataset.

axes

TableFormula

Return a list representing the axes of the DataFrame. It has the row axis labels and column axis labels as the …

colormaps

Colormap

column

CSharpLexer

column

CSharpLexerBase

column

DOTLexer

column

Python3Lexer

column

RLexer

column

SQLiteLexer

column

SimpleWorkflowLexer

cross_validation_lock

MagicFile

A contextmanager for running a block with our cross validation lock set to True. At the end of the block, …

cross_validation_lock

MagicGraph

A contextmanager for running a block with our cross validation lock set to True. At the end of the block, …

cross_validation_lock

MagicNotebook

A contextmanager for running a block with our cross validation lock set to True. At the end of the block, …

cross_validation_lock

MagicSQL

A contextmanager for running a block with our cross validation lock set to True. At the end of the block, …

dataframe

StockPrices

Returns the dataframe.

diverging_black

Colormap

dtypes

TableFormula

Return the dtypes in the DataFrame. This returns a Series with the data type of each column. The result’s …

empty

TableFormula

Indicator whether Series/DataFrame is empty. True if Series/DataFrame is entirely empty (no items), meaning any …

flags

TableFormula

Get the properties associated with this pandas object. The available flags are

iat

TableFormula

Access a single value for a row/column pair by integer position. Similar to iloc, in that both provide integer-based …

iloc

TableFormula

Purely integer-location based indexing for selection by position. .iloc[] is primarily integer position based …

indents

Python3Lexer

inputStream

CSharpLexer

inputStream

CSharpLexerBase

inputStream

DOTLexer

inputStream

Python3Lexer

inputStream

RLexer

inputStream

SQLiteLexer

inputStream

SimpleWorkflowLexer

lastToken

Python3Lexer

line

CSharpLexer

line

CSharpLexerBase

line

DOTLexer

line

Python3Lexer

line

RLexer

line

SQLiteLexer

line

SimpleWorkflowLexer

loc

TableFormula

Access a group of rows and columns by label(s) or a boolean array. .loc[] is primarily label based, but may …

ndim

TableFormula

Return an int representing the number of axes / array dimensions. Return 1 if Series. Otherwise return 2 if DataFrame. …

opened

Python3Lexer

shape

StockPrices

shape

TableFormula

Return a tuple representing the dimensionality of the DataFrame. See Also ——– ndarray.shape …

size

TableFormula

Return an int representing the number of elements in this object. Return the number of rows if Series. Otherwise …

sourceName

CSharpLexer

sourceName

CSharpLexerBase

sourceName

DOTLexer

sourceName

Python3Lexer

sourceName

RLexer

sourceName

SQLiteLexer

sourceName

SimpleWorkflowLexer

state

CSharpLexer

state

CSharpLexerBase

state

CSharpParser

state

CSharpParserBase

state

CSharpPreprocessorParser

state

DOTLexer

state

DOTParser

state

Python3Lexer

state

Python3Parser

state

RFilter

state

RLexer

state

RParser

state

SQLiteLexer

state

SQLiteParser

state

SimpleWorkflowLexer

state

SimpleWorkflowParser

style

TableFormula

Returns a Styler object. Contains methods for building a styled HTML representation of the DataFrame. …

text

CSharpLexer

text

CSharpLexerBase

text

DOTLexer

text

Python3Lexer

text

RLexer

text

SQLiteLexer

text

SimpleWorkflowLexer

tick

StockPrices

Returns the tick name.

tokens

Python3Lexer

type

CSharpLexer

type

CSharpLexerBase

type

DOTLexer

type

Python3Lexer

type

RLexer

type

SQLiteLexer

type

SimpleWorkflowLexer

values

TableFormula

Return a Numpy representation of the DataFrame.