Skip to content

Nested-Pandas v0.4.6

Latest
Compare
Choose a tag to compare
@hombit hombit released this 03 Jul 17:10
· 22 commits to main since this release
c5dc9c7

What's Changed

  • Fix a failure for nest["field"] and empty chunks by @hombit in #292
  • NestedFrame getitem with a list of columns preserves selected column order by @smcguire-cmu in #300
  • Add append_columns= to NestedFrame.reduce by @gitosaurus in #299
  • Correctly handle non-unique index in reduce() by @gitosaurus in #302
  • Fix assignment with different chunks by @hombit in #303

Full Changelog: v0.4.5...v0.4.6