pdtypes

Show data types for pandas data frames in terminal and notebooks

OTHER License

Downloads
2.4K
Stars
5
Committers
1
pdtypes - 0.2.3 Latest Release

Published by pwwang 8 months ago

  • fix: patch DataFrameFormatter._truncate_horizontally to keep metadata for datar

Full Changelog: https://github.com/pwwang/pdtypes/compare/0.2.2...0.2.3

pdtypes - 0.2.2

Published by pwwang 9 months ago

  • fix: fix python3.9 support on pandas 2.0.*

Full Changelog: https://github.com/pwwang/pdtypes/compare/0.2.1...0.2.2

pdtypes - 0.2.1

Published by pwwang 9 months ago

  • fix: adopt pandas 2.2 (#2)
  • deps: require pandas 2.1 for python 3.9+

Full Changelog: https://github.com/pwwang/pdtypes/compare/0.2.0...0.2.1

pdtypes - 0.2.0

Published by pwwang about 1 year ago

  • Support pandas v2+

Full Changelog: https://github.com/pwwang/pdtypes/compare/0.1.0...0.2.0

pdtypes - 0.1.0

Published by pwwang over 1 year ago

Drop support for python3.7

Full Changelog: https://github.com/pwwang/pdtypes/compare/0.0.4...0.1.0

pdtypes -

Published by pwwang over 2 years ago

  • 🐛 Fix df display not recovered after grouped df
pdtypes -

Published by pwwang over 2 years ago

  • 🚑 Fix when there is None in grouper.names
pdtypes -

Published by pwwang over 2 years ago

  • 💥 Change __pdtypes_html_footer to _html_footer and __pdtypes_string_footer to _str_footer
  • 🚸 Read the values of them first from the groupby object if they exist
pdtypes -

Published by pwwang over 2 years ago

  • ✨ Init