- glimpse by default shows 100 columns - add_row_number is more efficient
0.2.0
- show method added (print specified number of rows) - glimpse method added (to see dataframe in horizontal form) - add_row_number is fast in grouped case (use of .cumcount)
0.1.5
- methods 'expand' and 'complete' are implemented - 'rename' method gains arguments 'predicate' and 'func' - 'pivot_wider' method gains argument 'names_prefix' - 'skim' method now provides a warning when skimpy is not installed - utility 'expand_grid' is implemented
0.1.4
- __init__ now does not coerce column classes
0.1.3
- __repr__ set right for dataframes with pandas version <= 1.4.0 - tidyframe __init__ now accepts inputs and passes them to pd.DataFrame - Along with accepting a pandas dataframe