trashpanda
stable
  • API reference
trashpanda
  • »
  • Welcome to trashpanda’s documentation!
  • Edit on GitLab

Welcome to trashpanda’s documentation!

trashpanda is a collection of helper methods composing tasks around pandas.DataFrames and Series. Either they are to specific (or I didn’t found them).

A trash panda.

Installation

Install the latest release from pip.

$ pip install trashpanda
  • API reference
    • DataFrame & Series related functions
      • add_blank_rows
      • get_intersection
      • get_unique_index_positions
      • cut_after
      • cut_before
      • meld_along_columns
      • remove_duplicated_indexes
    • Series related functions
      • add_missing_indexes_to_series
      • cut_series_after_max
      • find_consecutive_value_blocks_in_series
      • find_index_of_value_in_series
      • keep_consecutive_values_of_series
      • override_left_with_right_series
    • DataFrame related functions
      • add_columns_to_dataframe
      • cut_dataframe_after_max
      • override_left_with_right_dataframe

Indices and tables

  • Index

Next

© Copyright 2020, D. Scheliga. Revision e2c1b8c9.

Built with Sphinx using a theme provided by Read the Docs.