tidypyverse / tidypandas

A grammar of data manipulation for pandas inspired by tidyverse
https://tidypyverse.github.io/tidypandas/
MIT License
91 stars 7 forks source link

[question] Does `glimpse` makes sense? #11

Closed talegari closed 2 years ago

talegari commented 2 years ago
  1. We need to print the dataframe on horizontal fashion and then 'invisibly' return the dataframe (does python's OOP semantics even allows this?)
  2. If (1) is not possible, we should drop this idea?
talegari commented 2 years ago

resolution:

  1. show is hor fashion
  2. Return the df and show it
talegari commented 2 years ago

https://github.com/talegari/tidypandas/commit/25a16822fb8151a7392def3f5cf426040516ebec