

viper-df
1 like
viper is a Python package that provides a simple, expressive way to work with data. It allows you to easily manipulate and transform data using a pipeline syntax similar to that of dplyr.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
Features
- Data analytics
- Data science
viper-df News & Activities
Highlights All activities
Recent activities
No activities found.
viper-df information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is viper-df?
viper is a Python package that provides a simple, expressive way to work with data. It allows you to easily manipulate and transform data using a pipeline syntax similar to that of dplyr.
Pipelining your DataFrame manipulation operations offers several benefits:
- improved code readability (no need to 'comment the what')
- no need to save intermediate dataframes
- ability to chain a long sequence of operations in a single command
- thinking of coding as a series of transformations between the input and the desired output can improve the design and make it less coupled


