Giter VIP home page Giter VIP logo

minitidyr's Introduction

Mini Tidy Package for R

Contributors:

  • Orphelia Ellogne (ellognea)
  • Huijue Chen (huijuechen)
  • Luo Yang (lyiris22)

Summary

For this project we would like to re-implement R’s gather, spread and drop_na functions, which exists in the tidyverse package. Our functions would have similar or simpler features compared to these functions. We will give them the following names, respectively.

  • my_gather() : Make data from wide to long by combining columns. For selected columns, put the columns names into a column of keys, and the values into a column of values.
  • my_spread() : Separate existing columns into multiple columns. Select a ‘key’ column whose content will be the names of the new columns. Select a ‘value’ column whose content will be the values of the new columns.
  • my_dropna() : Remove the entire rows that contain NA values from a dataframe.

To test these functions , our package will include an additonal function that create a small dataframe with two columns.

Our functions were inspired from the following functions that exist in the tidyverse package:

minitidyr's People

Contributors

ellognea avatar lyiris22 avatar huijuechen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.