Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

v0.2.0

Choose a tag to compare

@mjclawar mjclawar released this 11 Aug 00:57

Added

  • DataFrame.transpose swaps index with columns
  • DataFrame.append appends a second DataFrame and returns a new DataFrame
  • concat takes an iterable of Series or DataFrame objects and concatenates along an axis