sc_dataframe#

Extension of the pandas dataframe to be more flexible, especially with filtering rows/columns and concatenating data.

Classes

dataframe

An extension of the pandas DataFrame with additional convenience methods for accessing rows and columns and performing other operations, such as adding rows.