Skip to content

0.8.1

Compare
Choose a tag to compare
@gdemin gdemin released this 18 May 10:37
· 10 commits to master since this release

0.8.1 (2021-05-18)

  • new function 'rows' for selecting rows/filtering dataset
  • new function 'columns' for selecting columns
  • 'columns' can be used inside expressions to select range of variables
  • new functions 'to_long' and 'to_wide' for converting dataset to long form and vice versa
  • remove .res variable from progress bar indicator in 'to_list'
  • bugfixes