viper-df icon
viper-df icon

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.

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Data analytics
  2.  Data science

viper-df News & Activities

Highlights All activities

Recent activities

No activities found.

viper-df information

  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    2 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  14 Stars
  •  0 Forks
  •  3 Open Issues
  •   Updated  (Archived)
View on GitHub

Popular alternatives

View all
viper-df was added to AlternativeTo by tryier on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What 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

Official Links