Objectiv Documentation LogoObjectiv Documentation Logo
TrackingModelingTaxonomy
GitHubSlackTwitterObjectiv.io
  • Introduction
  • Get started in your notebook
  • Open model hub
  • Bach
    • Core Concepts
    • Usage
    • Supported Data Stores
    • API reference
      • DataFrame
        • agg
        • aggregate
        • all_series
        • append
        • astype
        • bfill
        • columns
        • copy
        • count
        • create_variable
        • cube
        • data
        • data_columns
        • database_create_table
        • describe
        • drop
        • drop_duplicates
        • dropna
        • dtypes
        • expanding
        • ffill
        • fillna
        • from_model
        • from_pandas
        • from_table
        • get_all_variable_usage
        • get_dummies
        • get_sample
        • get_unsampled
        • group_by
        • groupby
        • head
        • index
        • index_columns
        • index_dtypes
        • is_materialized
        • loc
        • materialize
        • max
        • DataFrame
        • mean
        • median
        • merge
        • min
        • minmax_scale
        • mode
        • nunique
        • order_by
        • plot
        • quantile
        • rename
        • reset_index
        • rolling
        • rollup
        • round
        • savepoints
        • scale
        • sem
        • set_index
        • set_savepoint
        • set_variable
        • sort_index
        • sort_values
        • stack
        • std
        • std_pop
        • sum
        • to_numpy
        • to_pandas
        • unstack
        • value_counts
        • var
        • variables
        • view_sql
        • window
      • Series
  • Example notebooks
  • 🏠
  • Modeling
  • Bach
  • API reference
  • DataFrame
  • append

bach.DataFrame.append

append​

(other, ignore_index=False, sort=False)

​[source]

Append rows of other dataframes to the the caller dataframe. Non-shared columns between dataframes are added to the caller.

Parameters​

  • other (Union[bach.dataframe.DataFrame, List[bach.dataframe.DataFrame]]) – objects to be added
  • ignore_index (bool) – if true, drops indexes of all object to be appended
  • sort (bool) – if true, columns are sorted alphanumerically

Returns​

a new dataframe with all rows from appended Dataframes.

Return type​

bach.dataframe.DataFrame

  • Suggest an edit
  • Get help on Slack
  • Request feature or report issue
Previous
all_series
Next
astype
  • append
    • Parameters
    • Returns
    • Return type
  • Privacy Policy
  • Cookies
Copyright © 2022 Objectiv